How do I save data to a file in Matlab?
1 回表示 (過去 30 日間)
古いコメントを表示
I have three different variables that are 400x1 doubles and I would like to save this data in one file that is delimited by a tab. Please help! Thanks!
0 件のコメント
回答 (1 件)
madhan ravi
2018 年 11 月 14 日
dlmwrite('sample.txt',[a,b,c],'delimiter','\t') %a,b and c are variables
4 件のコメント
参考
カテゴリ
Help Center および File Exchange で Loops and Conditional Statements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!