problem when using cd command
Ältere Kommentare anzeigen
I define my path as:
CurrPath = 'C:\Users\chaos\Desktop\cse_587\hw6';
What is wrong with issuing these commands?:
>> cd CurrPath or >> cd('CurrPath')
Both gives this error:
Error using cd
Cannot CD to CurrPath (Name is nonexistent or not a directory).
Best Regards,
Akzeptierte Antwort
Weitere Antworten (1)
riza.bayoglu@du.edu
am 5 Mai 2013
0 Stimmen
1 Kommentar
Image Analyst
am 5 Mai 2013
Before you use cd, please read the FAQ: http://matlab.wikia.com/wiki/FAQ#Where_did_my_file_go.3F_The_risks_of_using_the_cd_function.
Kategorien
Mehr zu File Operations finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!