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!