home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 10
/
10.iso
/
l
/
l455
/
4.ddi
/
OPTIM.DI$
/
BANPLOT.M
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1993-03-11
|
215 b
|
6 lines
function out = banplot(x,OLDX)
%BANPLOT Plots one step of solution path. Used by BANDEMO.
plot([OLDX(1),x(1)],[OLDX(2),x(2)],'r-',x(1),x(2),'o','Erasemode','none')
drawnow; % Draws current graph now
out = [];