delimiter usage
4 ビュー (過去 30 日間)
古いコメントを表示
Hello, I'd like to know if it is possible to use two spaces as a one delimiter in dlmwrite function and how can I write that. Thank you very much.
0 件のコメント
採用された回答
Vieniava
2011 年 2 月 11 日
It seems to be impossible to use two-spaces-delimiter. You can try make your own dlmwrite function by edit the original. Try
>> open dlmwrite
-> modifications -> save as mydlmwrite
1 件のコメント
Jos (10584)
2011 年 2 月 11 日
For safety reasons, I would recommend a reversal of the actions:
1) open dlmwrite
2) save as mydlmwrite
3) modifications
4) save
その他の回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Cell Arrays についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!