⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cd.m

📁 一个MATLAB的应用程序
💻 M
字号:
function resp = cd(cc,dirname)
%CD Changes the working directory used by Code Composer Studio(tm).  
%   CD(CC,DIR) will change the working directory used by Code 
%   Composer Studio to the directory passed by the string DIR.
%   The directory must exist for the change to occur.  Note, 
%   relative directory names are applied from the working 
%   directory of Code Composer.  
%
%   WD=CD(CC) returns the working directory used by Code Composer
%   Studio.  
%
%   Note, this CC method only impacts the Code Composer Studio
%   application and does not effect any Matlab paths or directories.
%   Therefore this method alters the default directory for just CC.OPEN 
%   and CC.LOAD.  Futhermore, the default directory can also be changed 
%   (manually) from within Code Composer Studio. For example, loading
%   a workspace file will modify the default directory.
%
%   See also DIR, OPEN, LOAD

% Copyright 2002 The MathWorks, Inc.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -