help-octave
[Top][All Lists]
Advanced

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

Re: Abs highest(extreme) value in a matrix with +ve & -ve elements


From: Penfold
Subject: Re: Abs highest(extreme) value in a matrix with +ve & -ve elements
Date: Mon, 23 Jan 2012 06:33:38 -0800 (PST)

min(A) and max(A) are working perfectly, returning the minimum and maximum
values for each matrix column in a row vector. Type 'help max' at the Octave
prompt.

If you also want to find min/max values for each ROW then I guess you could
rotate the matrix and use min() max() again.

--
View this message in context: 
http://octave.1599824.n4.nabble.com/Abs-highest-extreme-value-in-a-matrix-with-ve-ve-elements-tp4320453p4320856.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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