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

📄 visible.m

📁 这是一个关于MATLAB的函数
💻 M
字号:
function dummy=visible(cc,state)
%VISIBLE sets the visibility state of the Code Composer Studio(tm) window.
%   VISIBLE(CC,STATE) If STATE is 1 (true), the Code Composer application
%   referenced by CC is forced to open and then becomes available 
%   for direct user interaction.  Conversely, if STATE is set to 0 (false), 
%   the Code Composer application is placed in the background.  In this 
%   case, it runs silently and can only be manipulated with it's 
%   handle (i.e. CC) from Matlab.
%
%  See also ISVISIBLE,INFO.

%     Copyright 2001-2002 The MathWorks, Inc.
%     $Revision: 1.9 $ $Date: 2002/06/12 15:30:26 $

ccsmexswitchyard([2,cc.boardnum,cc.procnum,0,0],state);

% [EOF] visible.m

⌨️ 快捷键说明

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