How do I import this text file (attached) into MATLAB and also rearrange the data into a table format so that I can plot the first two or three rows of values of each chemical species?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Magesh Ravindran
el 1 de Jun. de 2017
Editada: Magesh Ravindran
el 14 de Jul. de 2020
I want to import text files in MATLAB and want to arrange them in table format.
1 comentario
Jan
el 1 de Jun. de 2017
Okay. What is your question? If the text file is not in a "proper" format, how can we guess, which parts of it are wanted and how do you want to import them? What is a "chemical special" and how do you want to handles them? What do you want to plot?
Please provide any details and ask a specific question.
Respuesta aceptada
Sid Jhaveri
el 6 de Jun. de 2017
The " readtable " function might be useful. It can read data from a text file and store it as a table in MATLAB.
0 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!