How to Find a Cell in Matlab | eHow
Stop tearing your hair out trying to find a cell in Matlab. The Matlab "find" function does not work on cell arrays, nor does logical indexing. Instead, you can use a "for" loop to look through the cell array, one cell at a time. Check each cell with an "...