?? fig1.m
字號:
% Figure 1 in the get_timer manual page.clear% Get a timer.tmr = get_tmr(struct('name', 'demo', 'n', 100));% Increment it a few times.for i = 1:42 inc_tmr(tmr)end% Now use separate software to capture% an image of the timer window.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -