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

2 visualizaciones (últimos 30 días)
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.

Respuesta aceptada

Image Analyst
Image Analyst el 26 de En. de 2015
Try '-append' instead of 'append'.

Más respuestas (0)

Categorías

Más información sobre Workspace Variables and MAT Files en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by