Error using save funktion
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Just Us
le 3 Fév 2015
Réponse apportée : Just Us
le 3 Fév 2015
Hey folks,
i'm trying to save my workspace using the "save"-Funktion, I thought it shouldn't be difficult... So that's my error:
Error using save
Cannot create 'DataPackageWorkspace.mat' because
'Aufgabe\Henyey-Greenstein\IdentifyG' does not exist.
I used
save('Aufgabe\Henyey-Greenstein\IdentifyG\DataPackageWorkspace.mat')
and my matlabpath is
F:\WS\Aufgabe
has any body an idea what's wrong with it?!
0 commentaires
Réponse acceptée
Michael Haderlein
le 3 Fév 2015
What is the full path of the folder you want to save the file in? Is it by chance
F:\WS\Aufgabe\Henyey-Greenstein\IdentifyG\
If so, you need to remove the "Aufgabe" in your save path as it's already part of the matlab path.
0 commentaires
Plus de réponses (1)
Voir également
Catégories
En savoir plus sur Startup and Shutdown dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!