help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: minimum value of a matrix


From: Jordi Gutiérrez Hermoso
Subject: Re: minimum value of a matrix
Date: Mon, 1 Dec 2008 11:11:08 -0600

2008/12/1 Martin Weiser <address@hidden>:
> [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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]