delimiter usage

5 visualizzazioni (ultimi 30 giorni)
tomas
tomas il 11 Feb 2011
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.

Risposta accettata

Vieniava
Vieniava il 11 Feb 2011
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 Commento
Jos (10584)
Jos (10584) il 11 Feb 2011
For safety reasons, I would recommend a reversal of the actions:
1) open dlmwrite
2) save as mydlmwrite
3) modifications
4) save

Accedi per commentare.

Più risposte (1)

tomas
tomas il 11 Feb 2011
Thank you guys, it works

Categorie

Scopri di più su Cell Arrays in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by