User`s guide
cd
where the drive letter D may be different based on wh ere you installed
CCS IDE.
Now check your MATLAB environment working dire ctory:
pwd
ans =
J:\bin\win32
Your CCS IDE and M AT LAB environment working directories are not
the same. To make the directories the same, use the
cd(cc,pwd) syntax:
cd(cc,pwd) % Set CCS IDE to use your MATLAB working directory.
pwd % Check your MATLAB working directory.
ans =
J:\bin\win32
cd(cc) % Check your CCS IDE working directory.
ans =
J:\bin\win32
You have set CCS IDE and MATLAB environment to use the same
working directory.
See Also dir, load, open
7-21