save to datafile

5 次查看(过去 30 天)
Tor Fredrik Hove
Tor Fredrik Hove 2011-10-14
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
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
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 个)

类别

Help CenterFile Exchange 中查找有关 Workspace Variables and MAT Files 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by