home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l455 / 4.ddi / OPTIM.DI$ / BANPLOT2.M < prev    next >
Encoding:
Text File  |  1993-03-11  |  177 b   |  6 lines

  1. function out =    banplot2(x)
  2. %BANPLOT2    Plots one point in solution path. Used by BANDEMO.
  3. plot(x(1),x(2),'o','Erasemode','none')
  4. drawnow; % Draws current graph now
  5. out = [];
  6.