フィルターのクリア

How to plot certain columns and rows from matrix

96 ビュー (過去 30 日間)
Joshua
Joshua 2014 年 10 月 23 日
コメント済み: Arham Ansari 2020 年 7 月 16 日
if I have a matrix that is 33x120, how would you plot the first 3 rows vs. columns 25-35?
I'm having trouble figuring out how to come out with the coding
thanks
  1 件のコメント
Arham Ansari
Arham Ansari 2020 年 7 月 16 日
How we plot graph between 3 rows and 1 colum

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

採用された回答

Andrei Bobrov
Andrei Bobrov 2014 年 10 月 23 日
Let A your matrix with size 33 x 120
plot(A(1:3,25:35)')

その他の回答 (1 件)

Finna Mathew
Finna Mathew 2019 年 9 月 9 日
i need to plot one column against another coulmn. How can i do that

カテゴリ

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