From: Jack Branning on 6 Mar 2010 03:48 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 6 Mar 2010 06:32 "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 6 Mar 2010 09:05 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
|
Pages: 1 Prev: SimScape - Model Construction functions Next: plotting multiple graphs in one function |