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: adla.raghu
Subject: Re: Abs highest(extreme) value in a matrix with +ve & -ve elements
Date: Mon, 23 Jan 2012 05:31:55 -0800 (PST)

Hi sorry for any confusion. 

By saying "extreme value" I meant if we consider the range of the values on
a number scale

Eg: A(:,1) = [1,3,-5,9,-7,10]  are arranged as -7,-5,1,3,9,10 where  10 is
the extreme value 

     A(:,2) = [1,3,-5,9,7,-10] are arranged as -10, -5, 3, 7,9 where -10 is
the extreme value 

So if I say min(A) it returns -7,-10   but the extreme values are 10, -10
 And if I say max(A) it returns 10, 9 but the extreme values are again 10,
-10

I hope this makes sense

thanks
                         

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


reply via email to

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