save thw values of four variable in a file
2 次查看(过去 30 天)
显示 更早的评论
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!