minimum value of a matrix

Jordi Gutiérrez Hermoso jordigh at gmail.com
Mon Dec 1 11:11:08 CST 2008


2008/12/1 Martin Weiser <weiser2 at natur.cuni.cz>:
> [row,column]=find(min(min(x)))

Rather,

     [row,col] = find(x==min(min(x)))

but the original question was about a cell array, not just a matrix.

- Jordi G. H.


More information about the Help-octave mailing list