how to inverse a vector
Show older comments
I have a vector that is created in decresing order.
Example: v: [10; 9 ;8;7...;1]
However I nead him in increasing order, and I can'y seem to find a simple matlab command to achieve this.
Any help
Accepted Answer
More Answers (1)
Matt Kindig
on 1 Aug 2012
Edited: Matt Kindig
on 1 Aug 2012
doc sort
Categories
Find more on Get Started with MATLAB in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!