steeperrplot.m

来自「Mathematical Methods by Moor n Stiling.」· M 代码 · 共 21 行

M
21
字号
% Make plots of error for steepest descent
% Copyright 1999 by Todd K. Moon


clf;
subplot(2,2,1);
mu=0.004;
steeperr;
%text(10,-13.75,'(a)','HorizontalAlignment','center');
print -dps ../pictures/steepest2a.ps
print -deps ../pictures/steepest2a.eps
input('press return')

clf
subplot(2,2,1);
mu=0.0051;
steeperr;
print -dps ../pictures/steepest2b.ps
print -deps ../pictures/steepest2b.eps
%text(10,-30,'(b)','HorizontalAlignment','center');

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?