save thw values of four variable in a file

1 回表示 (過去 30 日間)
george veropoulos
george veropoulos 2023 年 5 月 20 日
回答済み: george veropoulos 2023 年 5 月 21 日
Hi
i want to save four variable from a matlab code in a file ( like xls)
the two from four value have many values (10000)
thank
George

採用された回答

george veropoulos
george veropoulos 2023 年 5 月 21 日
thank you ! you solve my problem

その他の回答 (1 件)

Walter Roberson
Walter Roberson 2023 年 5 月 20 日
If you do not need headers, put them in a vector and writematrix.
If you need headers create a table() and writetable
  7 件のコメント
george veropoulos
george veropoulos 2023 年 5 月 21 日
I change he format of file to xlsx and work !! thank you !!!
Walter Roberson
Walter Roberson 2023 年 5 月 21 日
There are limits on the number of rows for xls files. There are higher limits for xlsx files, a little over 1 million rows.

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

カテゴリ

Help Center および File ExchangeData Import and Analysis についてさらに検索

タグ

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by