How to write matrix to text with comma separate but first column should be string
6 ビュー (過去 30 日間)
古いコメントを表示
i have a matrix with four columns. all values are numbers.I want to write it on text with comma separate row by row.but first column should be string after writing.how to do it?please help me. thanks! I used dlmwrite to write and Also I attached a text document with question
0 件のコメント
回答 (1 件)
Ingrid
2014 年 9 月 4 日
You can use sprintf to specify the type of output you want to write (%s for strings and %f for floats) and num2str to convert your number of the first column to a string
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Characters and Strings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!