Subject: matirx
From: Vlado Mar
Date: 30 Sep, 2008 12:38:02
Message: 1 of 2
As a beginer with Matlab I have one probably very easy quesiton. I have a matrix and I have to find a lowest number greater then 0. Could anyone help?
From: Bruno Luong
Date: 30 Sep, 2008 13:03:02
Message: 2 of 2
"Vlado Mar" <marasv@verat.net> wrote in message <gbt6ja$ie5$1@fred.mathworks.com>... > As a beginer with Matlab I have one probably very easy quesiton. I have a matrix and I have to find a lowest number greater then 0. Could anyone help? A=randn(5) min(A(A>0)) % Bruno
A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.
Anyone can tag a thread. Tags are public and visible to everyone.
Contact us at files@mathworks.com