problem occour in Change directory,,,how to remove it..??
Mostra commenti meno recenti
??? Error using ==> cd
Cannot CD to D:\RNAi\matlab (Name is nonexistent or not a directory).
Error in ==> roughwfingcvlet at 52
cd D:\RNAi\matlab
Risposte (1)
Jan
il 23 Apr 2012
1 voto
The error message tells you, that the program tried to change into a not existing directory. Without seeing the code, it is impossible to guess the reason of this error.
2 Commenti
Swati
il 23 Apr 2012
Modificato: Walter Roberson
il 23 Gen 2016
Jan
il 24 Gen 2016
The message ist still clear: The Folder "D:\RNAi\matlab" does not exist. So create it manually in the Windows Explorer or use mkdir.
By the way: eval is evil. Better use:
save(cvletname, 'X');
Categorie
Scopri di più su QSP, PKPD, and Systems Biology in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!