activate.m

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

M
14
字号
function dummy = activate(cc,name,type)
%ACTIVATE  Make files/objects active in Code Composer Studio(tm)
%   ACTIVATE(CC,NAME,TYPE) forces the specified file or object
%   to be the active one in the Code Composer IDE.  The type
%   of entity is specified by the TYPE parameter.  
%
%   ACTIVATE(CC,'my.pjt','project')  - Make specifed project active
%   ACTIVATE(CC,'text.cpp','text') - Give focus to specifed text file 
%   ACTIVATE(CC,'xdebug' ,'buildcfg') - Make specified build config active
%
%   See also NEW, REMOVE.

% Copyright 2002 The MathWorks, Inc.

⌨️ 快捷键说明

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