save thw values of four variable in a file
1 回表示 (過去 30 日間)
古いコメントを表示
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
0 件のコメント
採用された回答
その他の回答 (1 件)
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 件のコメント
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 Exchange で Data Import and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!