turbofib
2018-10-12 00:09:10 UTC
hi,
i want to find lowest number position
a=[5 18 4 nan]
sort(a)
4 5 18 nan
if i write :
find(a==4) is not correct...i get ans = 0
how can i position lowest number? thank you
--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
i want to find lowest number position
a=[5 18 4 nan]
sort(a)
4 5 18 nan
if i write :
find(a==4) is not correct...i get ans = 0
how can i position lowest number? thank you
--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html