Filter löschen
Filter löschen

How to put a variable type "table" in a text file?

1 Ansicht (letzte 30 Tage)
Bruno Souza
Bruno Souza am 17 Jan. 2018
Beantwortet: Walter Roberson am 17 Jan. 2018
I've got a matrix in a variable type "table" [22x744] and I need to put It in a file. Is that possible? The variable is like this:
Time No1 No2 No3 ... No21
00:00:00 20.00 29.00 28.00 ...
01:00:00 21.00 20.06 20.80 ...
02:00:00 20.80 20.00 24.00 ...
...
...

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 17 Jan. 2018
writetable().
You might want to use 'Delimiter', '\t'

Weitere Antworten (0)

Kategorien

Mehr zu Tables finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by