Borrar filtros
Borrar filtros

I am trying to convert my data set into a chart.

1 visualización (últimos 30 días)
Marshall Harkrider
Marshall Harkrider el 31 de Mayo de 2022
Comentada: Image Analyst el 31 de Mayo de 2022
I have my data and the script I plan to run it through but I need to translate the data from a TXT file to a spreadsheet in MATLAB. I can't figure out how.

Respuestas (1)

Star Strider
Star Strider el 31 de Mayo de 2022
I am not clear on the reason for turning a text file into a spreadsheet, however readtable and writetable would be the funcitons I would use to first read it and then to write it as a spreadsheet file. Those will be certain to retain any column header information that might be in the text file. If there is no column header information, the readmatrix and writematrix functions would also work.
  5 comentarios
Star Strider
Star Strider el 31 de Mayo de 2022
I do not see how the data are created and saved to a matrix or printed to an intermediate text file from the posted code.

Iniciar sesión para comentar.

Etiquetas

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by