Prev: MATLAB GUIDE ERROR?
Next: Indeo 5 codec
From: ravi on 27 May 2010 19:21 Hi, I have a matrix 's' as follows: s = 194 156 146 1036 1008 960 I would like to get all values less than 1000. Can anyone help me out. thanks ravi
From: Walter Roberson on 27 May 2010 19:41 ravi wrote: > I have a matrix 's' as follows: > > > s = > > 194 > 156 > 146 > 1036 > 1008 > 960 > I would like to get all values less than 1000. s(s<1000)
From: Matt Fig on 27 May 2010 19:45 LT1000 = S(S<1000)
From: ravi on 27 May 2010 23:18 "Matt Fig" <spamanon(a)yahoo.com> wrote in message <htn06j$4vd$1(a)fred.mathworks.com>... > LT1000 = S(S<1000) Thanks matt and Walter ravi
|
Pages: 1 Prev: MATLAB GUIDE ERROR? Next: Indeo 5 codec |