Printing particular rows and columns
75 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hari
el 26 de Abr. de 2016
Comentada: Hari
el 26 de Abr. de 2016
My part of a program looks like this
data = vertcat(data{:});
start = data(:,18);
This prints all the rows in the 18th column. How can I print all the data in 18th column from 2nd row?
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Structures 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!