dlmwrite with text and numbers
古いコメントを表示
I am wanting to transfer data that is input into a UI to a csv file. I am using dlmwrite currently but keep running into the issue of the csv not functioning properly. Dlmwrite is outputting nonsense text, and I frankly am lost on what to try. I've done all I know how to do.
4 件のコメント
Bob Thompson
2019 年 2 月 19 日
Can you post your code so far, as well as a sample of the current output, and why it doesn't line up with what you're looking for?
Daelyn Greene
2019 年 2 月 19 日
per isakson
2019 年 2 月 19 日
編集済み: per isakson
2019 年 2 月 19 日
dlmwrite, Write matrix to ASCII-delimited file says dlmwrite(filename,M) writes numeric data in array M to an ASCII format file, i.e not text
Daelyn Greene
2019 年 2 月 19 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Text Files についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!