📄 visible.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 2002 The MathWorks, Inc.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -