Exporting table into a .dat file

조회 수: 9 (최근 30일)
jonathan lochner
jonathan lochner 2019년 7월 25일
답변: Star Strider 2019년 7월 25일
I am trying to take my table that I imported from a .dat file, title the columns, and trying to turn it back into a .dat file. The code below labels them but what function could help so I can export this table?
x = table(int11) %int11 is the file that is imported
int11.Properties.VariableNames{1} = 'Time'
int11.Properties.VariableNames{2} = 'Donor'

답변 (1개)

Star Strider
Star Strider 2019년 7월 25일
My first thought would be to use the writetable function.

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by