line delimiter for file export
이전 댓글 표시
Hi,
I am trying to export a matrix to a file. Collumns shall be delimited by comma, lines shall be delimited by 'space'. The exported file shall only have one row.
e.g. matrix=[a b c,d e f,g h i]
export.txt a,b,c d,e,f g,h,i
I have tried several functions but I can't set the line delimiter to 'space'. (dlmwrite, save, csvwrite)
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Text Files에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!