Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
Marshall Harkrider
Marshall Harkrider am 31 Mai 2022
Kommentiert: Image Analyst am 31 Mai 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.

Antworten (1)

Star Strider
Star Strider am 31 Mai 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 Kommentare
Star Strider
Star Strider am 31 Mai 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.

Melden Sie sich an, um zu kommentieren.

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by