How to plot certain columns and rows from matrix

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 日

9 投票

Let A your matrix with size 33 x 120
plot(A(1:3,25:35)')

その他の回答 (1 件)

Finna Mathew
Finna Mathew 2019 年 9 月 9 日

3 投票

i need to plot one column against another coulmn. How can i do that

カテゴリ

ヘルプ センター および File Exchange2-D and 3-D Plots についてさらに検索

質問済み:

2014 年 10 月 23 日

コメント済み:

2020 年 7 月 16 日

Community Treasure Hunt

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

Start Hunting!

Translated by