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

  1. %
  2. % load for the Structured Singular Value Example
  3. %
  4. echo off
  5.  
  6. load muexampa
  7. load muexampb
  8. load muexampc
  9.  
  10. muexampA = reshape(muexampa,14,14);
  11. muexampB = reshape(muexampb,14,9);
  12. muexampC = reshape(muexampc,9,14);
  13.  
  14. g = pck(muexampa,muexampb,muexampc);
  15.