From: Jane on 25 Mar 2010 02:01 Hi Jan, Sorry for the late reply. Your method above worked thank you. I understand what it is doing too. I have a new problem. If you could help that would be great. I have an array which is 204020 X 3 double. What I want to do is the following: get values (1,1:3) & (405,1:3) & (809,1:3) & (1213,1:3) & (1617,1:3) & (2021,1:3) (this is 404 increment) transpose these and then get values (2,1:3) & (406,1:3) & (810,1:3) & (1214,1:3) & (1618,1:3) & (2022,1:3) transpose these and then (seperate to the above) keep getting these values for example the first part would go from 1:404. the second from 405:808 the third from 809:1212 etc. after getting the first line and transposing it shown above, get the second line transpose it and vertical concatinate it under the first keep going until the conditions are met above. (1:404) etc. Then the end result is still a 204020 X 3 double.
|
Pages: 1 Prev: Matlab function Next: How to use lsqnonlinfor for implicitly defined fun-function |