From: Shafi on
Hi, Can anybody tell me how I can find out the rank of a particular data in a series 5000 data?

It will be very helpful for me, if some one can help me.
Thanks and regards
Shafi
From: Walter Roberson on
Shafi wrote:
> Hi, Can anybody tell me how I can find out the rank of a particular
> data in a series 5000 data?

Series 5000 is a bit old now, but if I recall correctly, voice commands had
been introduced by that version -- though lip-reading wasn't introduced until
the Series 6000. The current release is Series 9000, but there are rumours
that operational difficulties with the 9000 will lead to a series revision
will be released later in 2010.


If Series 5000 is too old for voice commands, then you could program

[tf, therank] = ismember(particulardata, series5000);