フィルターのクリア

problem when saving some large variables of the workspace

2 ビュー (過去 30 日間)
Mariem Harmassi
Mariem Harmassi 2013 年 4 月 14 日
hello i tried to save some large variables manually but it doesn t work the result is a shortcut , i also tried this command save('pqfile.mat','mat','-v7.3') when i tried to open the file i get a message error signalizing that the file is propbably corrupted . Please help me i am using matlab 2012 a under windows 7 64 bit

採用された回答

Image Analyst
Image Analyst 2013 年 4 月 14 日
You're saving the entire workspace. Why don't you pass in some variable names (in single quotes) to save only what you really really need. How large are these variables? Hundreds of millions of bytes? Also, you forgot to tell us the exact error message or exact code, so I'm going to refer you to this: http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer
  1 件のコメント
Mariem Harmassi
Mariem Harmassi 2013 年 4 月 14 日
i repeated the operation with passing the variables needed in order to reduce the volume the variable's size is 92.4 Mo (98 877 786 octets) and everything is Ok :), but i still have a question why it doesn t work manually ?

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by