How can I specify the file path for csvwrite to write a file to?
24 ビュー (過去 30 日間)
古いコメントを表示
採用された回答
その他の回答 (1 件)
Piotr Balik
2018 年 7 月 16 日
You can always use hard way and do:
>> cd C:/'Program Files'/...
>> csvwrite('file.dat',M);
Because csvwrite documentation does not provide data path parameter.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Text Files についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!