필터 지우기
필터 지우기

How to make two spaces a delimiter?

조회 수: 17 (최근 30일)
Alexandria Will-Cole
Alexandria Will-Cole 2018년 11월 15일
답변: madhan ravi 2018년 11월 15일
I have to have data delimited by two spaces ' ' and cannot use a tab. I tried to use this line of code...
dlmwrite(filename1,M,'-append','delimiter',' ');
but I get an error in my code that it is not a valid delimiter. Please help! Thanks!

채택된 답변

madhan ravi
madhan ravi 2018년 11월 15일
dlmwrite(filename1,M,'-append','delimiter','\t')

추가 답변 (0개)

카테고리

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