How to plot part of the data from larger data file?
Mostrar comentarios más antiguos
I have a text file containing 5 columns and 63 rows of data. I want to extract first 21 rows of first 2 columns and plot them in matlab. How can i do it?
Respuesta aceptada
Más respuestas (1)
Walter Roberson
el 7 de Ag. de 2015
1 voto
The easiest way is to load all of the data and then index it to extract the portion you want.
Categorías
Más información sobre Text Data Preparation en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!