problem when using cd command
Mostrar comentarios más antiguos
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,
Respuesta aceptada
Más respuestas (1)
riza.bayoglu@du.edu
el 5 de Mayo de 2013
0 votos
1 comentario
Image Analyst
el 5 de Mayo de 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.
Categorías
Más información sobre File Operations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!