How to plot certain columns and rows from matrix

200 次查看(过去 30 天)
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

采纳的回答

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 CenterFile Exchange 中查找有关 Line Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by