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

  1. %Plot routine for ml_demo1.m
  2. load ml_demo1;
  3. clg;axis([0,1000,-4,14]);
  4. plot(uydata(:,1));hold;text(850,-1,'INPUT')
  5. plot(xnonoise);text(850,2.0,'NONOISE')
  6. plot(uydata(:,2),'.');text(608,12.2,'DOT=MEASURED OUTPUT')
  7. plot(yest);text(608,11.2,'SOLID=K.F.PREDICTION');grid;
  8. xlabel('SAMPLES  at  Fs=100Hz');ylabel('VOLTS')
  9. title('MMLE.M - ML_DEMO1:   TESTCASE 1 FROM NASA TP 1690');hold;shg
  10. uydata=uydata(2:1001,:);
  11.