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

  1. %
  2. % RCTDEMO Robust Control Toolbox Demonstration
  3. %
  4.  
  5. % R. Y. Chiang & M. G. Safonov 3/88
  6. % Copyright (c) 1988 by the MathWorks, Inc.
  7. % All Rights Reserved.
  8. % ----------------------------------------------------------------
  9. clc
  10. disp('  ')
  11. disp('  ')
  12. disp('  ')
  13. disp('                      << ROBUST CONTROL TOOLBOX >>')
  14. disp('  ')
  15. disp('                      R. Y. Chiang & M. G. Safonov')
  16. disp('  ')
  17. disp('               Dept. of Electrical Engineering - Systems')
  18. disp('                   University of Southern California') 
  19. disp('                     Los Angeles, CA. 90089-0781')  
  20. disp('  ')
  21. disp('                             June 1, 1988')
  22. disp('  ')
  23. disp('                 Copyright by The MathWorks, Inc. 1988')
  24. disp('                          All rights reserved')
  25. disp('  ')
  26. disp('  ')
  27. disp('                                 (strike a key to continue ...)') 
  28. pause
  29. rctdemo1
  30. %
  31. % --------- End of RCTDEMO.M --- RYC/MGS %
  32.