save to datafile
6 ビュー (過去 30 日間)
古いコメントを表示
This is how they saved a matrix in my book:
I tried to save one myself but it did not work:
What did I do wrong?
1 件のコメント
Jan
2011 年 10 月 14 日
Please post the text as text. Using picture links is less convenient for reading. E.g. I cannot copy&paste your command to insert the needed space.
採用された回答
Jan
2011 年 10 月 14 日
There must be a sapce before '-ascii':
save twothree.dat mymat -ascii
This abbreviated form without parenthesis should be more convenient. In the full also called functional form, the command is:
save('twothree.dat', 'mymat', '-ascii')
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Text Files についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!