cd.m

来自「一个MATLAB的应用程序」· M 代码 · 共 22 行

M
22
字号
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 + =
减小字号Ctrl + -
显示快捷键?