From: Martin on 17 Feb 2010 14:44 Please don't spam reply my messages. This is not homework. I am not a matab student, I am using matlab to resolve a very large (1000s) set of data. I would appreciate any help with this: I enter the following code: a=[10 30 80 70 40 90 60 20 80] [aa,bb]=sort(a) cc=[1:1:9] dd=[cc-bb] asking for dd gives me the string 0 -6 1 -1 -4 -1 3 5 3 How do I ask matlab to now put the postion moves under the respective numbers in string a? So it displays as: 0 1 5 3 -1 3 -1 -6 -4 Such that the number of moves made by the number to put it in orde are placed in the position of the respective number in string a, rather than in the prosition of its number once arranged in order. I hope this makes sense? Any help very much appreciated. thank you
|
Pages: 1 Prev: replace values in a cell with nan Next: replace values in a cell with nan |