converse the order of row or column vector
1 回表示 (過去 30 日間)
古いコメントを表示
I want to converse the order of row or column vector.
ex) [1 2 3 10] -> [10 3 2 1]
help please!
0 件のコメント
採用された回答
Star Strider
2017 年 11 月 26 日
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.
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!