필터 지우기
필터 지우기

delimiter usage

조회 수: 2 (최근 30일)
tomas
tomas 2011년 2월 11일
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.

채택된 답변

Vieniava
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)
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개)

tomas
tomas 2011년 2월 11일
Thank you guys, it works

카테고리

Help CenterFile Exchange에서 Text Files에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by