Plotting specified columns using plot function
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Mohammad Daud
el 29 de En. de 2019
Comentada: Kevin Phung
el 30 de En. de 2019
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
0 comentarios
Respuesta aceptada
Kevin Phung
el 29 de En. de 2019
Editada: Kevin Phung
el 29 de En. de 2019
plot(A(:,3),A(:,[25 27 30 32 35]))
2 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Line Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!