필터 지우기
필터 지우기

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

조회 수: 1 (최근 30일)
Bruno Souza
Bruno Souza 2018년 1월 17일
답변: Walter Roberson 2018년 1월 17일
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 ...
...
...

채택된 답변

Walter Roberson
Walter Roberson 2018년 1월 17일
writetable().
You might want to use 'Delimiter', '\t'

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Tables에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by