Using writetable to create a text file

10 ビュー (過去 30 日間)
Ingrid Lopes
Ingrid Lopes 2020 年 4 月 21 日
コメント済み: Ingrid Lopes 2020 年 4 月 21 日
Hello,
I am facing a problem with matlab which is that I want to create a table on a .txt file to write some variables. But as I will do that for a lot of data using a for cycle I want to jump a line on the table so as not to write upon the data already there and end up erasing it.
I tried this code:
T=table(NumMec,NumSeq,NumImg,tDom,tDice);
writetable(T,'tp1_89322.txt','WriteMode','append')
type 'tp1_89322.txt'
But I get the error:
Error using writetable (line 152)
Invalid parameter name: WriteMode.
Anyone know how to get that right?
Thank you

回答 (1 件)

Jeremy Hughes
Jeremy Hughes 2020 年 4 月 21 日
WriteMode is available in R2020a. What version are you using?
  1 件のコメント
Ingrid Lopes
Ingrid Lopes 2020 年 4 月 21 日
R2019b

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeTables についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by