why the save instruction not execute correctly in matlab 2013 , code is below
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
mntaser salem
il 26 Gen 2015
Commentato: mntaser salem
il 26 Gen 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 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Workspace Variables and MAT-Files in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!