Azzera filtri
Azzera filtri

Plotting specified columns using plot function

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

Risposta accettata

Kevin Phung
Kevin Phung il 29 Gen 2019
Modificato: Kevin Phung il 29 Gen 2019
plot(A(:,3),A(:,[25 27 30 32 35]))

Più risposte (0)

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