フィルターのクリア

converse the order of row or column vector

1 回表示 (過去 30 日間)
JaeSung Choi
JaeSung Choi 2017 年 11 月 26 日
回答済み: Star Strider 2017 年 11 月 26 日
I want to converse the order of row or column vector.
ex) [1 2 3 10] -> [10 3 2 1]
help please!

採用された回答

Star Strider
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 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!