How to plot all but last two columns?
15 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Lauren
el 10 de Dic. de 2025 a las 18:00
I have a data set where I would like to plot the first column through the 3rd to last column. The number of columns varies per dataset. How do I call this out?
c = b(:,end-2);
plot (a,c)
0 comentarios
Ver también
Categorías
Más información sobre 2-D and 3-D 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!