error when im trying to save
Mostra commenti meno recenti
Hi all.im trying to make a load short forecasting but in one of the steps i cant go on because of this error: *??? Error using ==> save Unable to write file Data\testSet: No such file or directory.*..could you help me?thanks
5 Commenti
Thomas
il 3 Giu 2012
could you show the snipet of your code where 'save' occurs
UPT
il 3 Giu 2012
Walter Roberson
il 3 Giu 2012
You would get that error if you did not have a subdirectory named "Data" in your current directory.
Image Analyst
il 3 Giu 2012
Your code would be more robust if you had a special folder for your data files and didn't mix your data files in with your m-files, fig files, and other files. Learn how to use uigetdir(), uigetfile(), fullfile(), exist(), and mkdir().
UPT
il 3 Giu 2012
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Power and Energy Systems in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!