why the save instruction not execute correctly in matlab 2013 , code is below
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
mntaser salem
le 26 Jan 2015
Commenté : mntaser salem
le 26 Jan 2015
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.
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Workspace Variables and MAT-Files 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!