home *** CD-ROM | disk | FTP | other *** search
- %
- % RCTDEMO Robust Control Toolbox Demonstration
- %
-
- % R. Y. Chiang & M. G. Safonov 3/88
- % Copyright (c) 1988 by the MathWorks, Inc.
- % All Rights Reserved.
- % ----------------------------------------------------------------
- clc
- disp(' ')
- disp(' ')
- disp(' ')
- disp(' << ROBUST CONTROL TOOLBOX >>')
- disp(' ')
- disp(' R. Y. Chiang & M. G. Safonov')
- disp(' ')
- disp(' Dept. of Electrical Engineering - Systems')
- disp(' University of Southern California')
- disp(' Los Angeles, CA. 90089-0781')
- disp(' ')
- disp(' June 1, 1988')
- disp(' ')
- disp(' Copyright by The MathWorks, Inc. 1988')
- disp(' All rights reserved')
- disp(' ')
- disp(' ')
- disp(' (strike a key to continue ...)')
- pause
- rctdemo1
- %
- % --------- End of RCTDEMO.M --- RYC/MGS %
-