From: Faisal Ahmed on
"us " <us(a)neurol.unizh.ch> wrote in message <i2ke0l$s76$1(a)fred.mathworks.com>...
> "Faisal Ahmed" <fap87(a)yahoo.com> wrote in message <i2kd8p$9r0$1(a)fred.mathworks.com>...
> > Thank you very much Wayne. Problem Solved !
>
> well... yes, but considering the ease of
>
> r=sortrows(X,-3); % <- one simple line...
> isequal(X1,r)
> % ans = 1
>
> us



us, I checked the doc sortrows later, you are right, using negative sign makes it even easier to understand. Thank you!

Thanks to all for your help.

-Faisal