フィルターのクリア

Plotting specified columns using plot function

2 ビュー (過去 30 日間)
Mohammad Daud
Mohammad Daud 2019 年 1 月 29 日
コメント済み: Kevin Phung 2019 年 1 月 30 日
if I have a matrix that is A(33x120), how would you plot column 3 vs. columns 25,27,30,32,35 in one syntax?
thanks

採用された回答

Kevin Phung
Kevin Phung 2019 年 1 月 29 日
編集済み: Kevin Phung 2019 年 1 月 29 日
plot(A(:,3),A(:,[25 27 30 32 35]))
  2 件のコメント
Mohammad Daud
Mohammad Daud 2019 年 1 月 30 日
Thanks :D
Kevin Phung
Kevin Phung 2019 年 1 月 30 日
youre welcome :)

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

その他の回答 (0 件)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by