How to change two columns of a matrix?

2 ビュー (過去 30 日間)
Lei
Lei 2012 年 5 月 4 日
Hello,everyone If i have a matrix A with dimension of 200*14. How can I switch column 2 with column 13? Thanks.

採用された回答

Lei
Lei 2012 年 5 月 4 日
A(:,[i,j])=A(:,[j,i]);?
  1 件のコメント
Walter Roberson
Walter Roberson 2012 年 5 月 4 日
Yup.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by