export 17*55*18 matrix mat file as a text file

1 回表示 (過去 30 日間)
mohamad
mohamad 2014 年 4 月 17 日
編集済み: Star Strider 2014 年 4 月 17 日
Hello Friends
I want to export 17*55*18 matrix 'surf.mat' file as a text file I used load surf.mat save('text.txt','surf','-ascii')
But it does not work and the following error appears
??? Error using ==> save Variable 'surf' not found.
in case that surf.mat file is in current directory
I would be appreciated if someone help me to solve this problem
I attached related file (surf.mat)
Regards

採用された回答

Star Strider
Star Strider 2014 年 4 月 17 日
編集済み: Star Strider 2014 年 4 月 17 日
Be careful — ‘surf’ is the name of a built-in MATLAB function.
Name your matrix something else, and it will probably work.
  3 件のコメント
mohamad
mohamad 2014 年 4 月 17 日
If possible please check my file that attached
Star Strider
Star Strider 2014 年 4 月 17 日
編集済み: Star Strider 2014 年 4 月 17 日
My pleasure!
The file wasn’t attached.
It would probably be more worthwhile for you to attach the section of your code that creates your matrix, as well as the save command. (If you post it here rather than attaching it, please format it with the [{}Code] radio button. That makes it significantly easier to read.)

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeText Files についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by