visible.m
来自「一个MATLAB的应用程序」· M 代码 · 共 13 行
M
13 行
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 2002 The MathWorks, Inc.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?