フィルターのクリア

why the save instruction not execute correctly in matlab 2013 , code is below

3 ビュー (過去 30 日間)
x=100;
>> save('test.mat','x');
Error using save
Unable to write file test.mat: permission denied.
>> x=100;
>> save('test.mat','x','append');
Error using save
Variable 'append' not found.

採用された回答

Image Analyst
Image Analyst 2015 年 1 月 26 日
Try '-append' instead of 'append'.

その他の回答 (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