Effacer les filtres
Effacer les filtres

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

3 vues (au cours des 30 derniers jours)
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.

Réponse acceptée

Image Analyst
Image Analyst le 26 Jan 2015
Try '-append' instead of 'append'.

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by