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.

 Réponse acceptée

Vieniava
Vieniava le 11 Fév 2011

1 vote

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 commentaire

Jos (10584)
Jos (10584) le 11 Fév 2011
For safety reasons, I would recommend a reversal of the actions:
1) open dlmwrite
2) save as mydlmwrite
3) modifications
4) save

Connectez-vous pour commenter.

Plus de réponses (1)

tomas
tomas le 11 Fév 2011

0 votes

Thank you guys, it works

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by