📄 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 + -