📄 mm2618.m
字号:
% mm2618.mx = linspace(0,2,21); % create a vectory = erf(x); % y is the error function of xe = rand(size(x))/10; % e contains random error valueserrorbar(x,y,e) % create the plottitle('Figure 26.18: Errorbar Plot')
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -