The easiest way is to use the flip (link) function (in R2013b and later). Links to related functions fliplr, flipud, and others are at the end of that page.
converse the order of row or column vector
2 次查看(过去 30 天)
显示 更早的评论
I want to converse the order of row or column vector.
ex) [1 2 3 10] -> [10 3 2 1]
help please!
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!