bonosa
Computer
- Jun 1, 2006
- 10
In matlab if I do at the command line:
testdir = 'c:\'
Then I do cd testdir, it says
??? Error using ==> cd
Cannot CD to testdir (Name is nonexistent or not a directory).
What am I doing wrong?
Of course if I just say cd C:\ it has no problem.
thanks,
sb
testdir = 'c:\'
Then I do cd testdir, it says
??? Error using ==> cd
Cannot CD to testdir (Name is nonexistent or not a directory).
What am I doing wrong?
Of course if I just say cd C:\ it has no problem.
thanks,
sb