Is it possible to create an excel file by MATLAB?
17 ビュー (過去 30 日間)
古いコメントを表示
I need to create an excel file by MATLAB and write the obtained results in it. Is it possible to generate generate an excel file from Matlab?
0 件のコメント
採用された回答
Walter Roberson
2018 年 3 月 12 日
Yes. xlswrite() and writetable() can create .xls and .xlsx files in all modern MATLAB versions on all supported operating systems.
More advanced work with Excel files require MS Windows systems with Excel installed.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!