help-octave
[Top][All Lists]
Advanced

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

max index


From: Carlo Rossi
Subject: max index
Date: Sun, 31 May 2009 16:12:39 +0000 (GMT)

hello,
 I need something like this:

A = [ 4; 20; 40; 0];

 maxIdx = find(  max( A ))

I need 3 as result
but this above return 0!!!

How come, thanks,





reply via email to

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