From: Jack Branning on
I have an array of type double, but when i call 'sortrows' the sorted array is full of zeros...

Does anybody know what might be causing this? I am using 'sortrows(A)'...
From: us on
"Jack Branning" <jbr.nospam(a)nospam.com> wrote in message <hmt4sk$lfc$1(a)fred.mathworks.com>...
> I have an array of type double, but when i call 'sortrows' the sorted array is full of zeros...
>
> Does anybody know what might be causing this? I am using 'sortrows(A)'...

show CSSM a small example...

us
From: Jan Simon on
Dear Jack!

> I have an array of type double, but when i call 'sortrows' the sorted array is full of zeros...
> Does anybody know what might be causing this? I am using 'sortrows(A)'...

The best idea I get is that you have a variable called "sortrows" also, which shadows the function. An example would help to recognize that.

Kind regards, Jan