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

1 次查看(过去 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 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