fig1.m

来自「matlab/e,radial basis function」· M 代码 · 共 13 行

M
13
字号
% 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 + =
减小字号Ctrl + -
显示快捷键?