How to plot certain columns and rows from matrix

202 visualizzazioni (ultimi 30 giorni)
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

Risposta accettata

Andrei Bobrov
Andrei Bobrov il 23 Ott 2014
Let A your matrix with size 33 x 120
plot(A(1:3,25:35)')

Più risposte (1)

Finna Mathew
Finna Mathew il 9 Set 2019
i need to plot one column against another coulmn. How can i do that

Categorie

Scopri di più su Line Plots in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by