?? idle.m
字號(hào):
function Idle(theFigure)
% Idle -- Set the arrow-cursor.
% Idle(theFigure) sets the arrow-cursor in theFigure.
% The companion routine is "Busy".
% Copyright (C) 1996 Dr. Charles R. Denham, ZYDECO.
% All Rights Reserved.
if ~any(findobj('Type', 'figure')), return, end
if nargin < 1, theFigure = gcf; end
set(theFigure, 'Pointer', 'arrow');
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -