mm2618.m
来自「matlab7.0这本书的源代码」· M 代码 · 共 6 行
M
6 行
% 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 + =
减小字号Ctrl + -
显示快捷键?