home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / r / rlab / CTB / dlsimtest2 < prev    next >
Encoding:
Text File  |  1995-11-15  |  176 b   |  16 lines

  1. //
  2. // This routine tests the dlsim routine
  3. //
  4.  
  5. rfile dlsim
  6.  
  7. A=[0.6597,0.0053;-53.3507,0.1262];
  8. B=[0;0.0053];
  9. C=[1,0;0,1];
  10. D=[0;0];
  11. u=rand(4,1);
  12.  
  13. pstart();
  14.  
  15. J=dlsim(A,B,C,D,u);
  16.