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

  1. //
  2. // This routine tests the step routine
  3. //
  4.  
  5. rfile step
  6.  
  7. A=[-0.5572,-0.7814;0.7814,0.0];
  8. B=[1;0];
  9. C=[1.9691,6.4493;0,1];
  10. //C=[1.9691,6.4493];
  11. D=[0;0];
  12. //D=[0];
  13.  
  14. pstart();
  15.  
  16. J=step(A,B,C,D,1);
  17.