?? testrepeat.m
字號(hào):
% testrepeat
% script file to test repeat implementations
xdata=rand(1,200); % data to test
ndata=repmat([3 8 2 1 0 6 9 5 7 4],1,200/10); % counts
N=1:200;
x=xdata; % refresh data
n=ndata;
for i=N, repeat1, end
x=xdata; % refresh data
n=ndata;
for i=N, repeat2, end
x=xdata; % refresh data
n=ndata;
for i=N, repeat3, end
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -