Can you write to an Excel file from Matlab Online using xlswrite?
3 ビュー (過去 30 日間)
古いコメントを表示
Is this possible?
0 件のコメント
回答 (2 件)
Fangjun Jiang
2018 年 7 月 25 日
I just tried it. It created an .csv file.
>> xlswrite('book1',magic(5))
Warning: Could not start Excel server for export.
XLSWRITE will attempt to write file in CSV format.
0 件のコメント
Walter Roberson
2018 年 7 月 25 日
No. MATLAB Online uses Linux, which is restricted to 'basic' for xlswrite(), and 'basic' ignores the file extension and writes a csv file instead.
You should use writetable() instead.
0 件のコメント
コミュニティ
その他の回答 遠隔学習コミュニティ
参考
カテゴリ
Help Center および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!