Sim12xx1.m
上传用户:eighthdate
上传日期:2014-05-24
资源大小:270k
文件大小:6k
源码类别:

其他行业

开发平台:

Matlab

  1. function [ret,x0,str,ts,xts]=sim12x10(t,x,u,flag);
  2. %SIM12X10   is the M-file description of the SIMULINK system named SIM12X10.
  3. %   The block-diagram can be displayed by typing: SIM12X10.
  4. %
  5. %   SYS=SIM12X10(T,X,U,FLAG) returns depending on FLAG certain
  6. %   system values given time point, T, current state vector, X,
  7. %   and input vector, U.
  8. %   FLAG is used to indicate the type of output to be returned in SYS.
  9. %
  10. %   Setting FLAG=1 causes SIM12X10 to return state derivatives, FLAG=2
  11. %   discrete states, FLAG=3 system outputs and FLAG=4 next sample
  12. %   time. For more information and other options see SFUNC.
  13. %
  14. %   Calling SIM12X10 with a FLAG of zero:
  15. %   [SIZES]=SIM12X10([],[],[],0),  returns a vector, SIZES, which
  16. %   contains the sizes of the state vector and other parameters.
  17. %       SIZES(1) number of states
  18. %       SIZES(2) number of discrete states
  19. %       SIZES(3) number of outputs
  20. %       SIZES(4) number of inputs
  21. %       SIZES(5) number of roots (currently unsupported)
  22. %       SIZES(6) direct feedthrough flag
  23. %       SIZES(7) number of sample times
  24. %
  25. %   For the definition of other parameters in SIZES, see SFUNC.
  26. %   See also, TRIM, LINMOD, LINSIM, EULER, RK23, RK45, ADAMS, GEAR.
  27. % Note: This M-file is only used for saving graphical information;
  28. %       after the model is loaded into memory an internal model
  29. %       representation is used.
  30. % the system will take on the name of this mfile:
  31. sys = mfilename;
  32. new_system(sys)
  33. simver(1.3)
  34. if (0 == (nargin + nargout))
  35.      set_param(sys,'Location',[147,280,837,694])
  36.      open_system(sys)
  37. end;
  38. set_param(sys,'algorithm',     'RK-45')
  39. set_param(sys,'Start time',    '0.0')
  40. set_param(sys,'Stop time',     '1')
  41. set_param(sys,'Min step size', '0.0001')
  42. set_param(sys,'Max step size', '.010')
  43. set_param(sys,'Relative error','1e-3')
  44. set_param(sys,'Return vars',   '')
  45. add_block('built-in/State-Space',[sys,'/','State-Space'])
  46. set_param([sys,'/','State-Space'],...
  47.         'A','[-5  0  -100;  2  -2  0;  0  0.1  -0.08]',...
  48.         'B','[0;   0 ;  -0.1]',...
  49.         'C','eye(3)',...
  50.         'D','zeros(3, 1)',...
  51.         'position',[260,99,360,161])
  52. add_block('built-in/Demux',[sys,'/','Demux'])
  53. set_param([sys,'/','Demux'],...
  54.         'outputs','3',...
  55.         'position',[425,96,480,164])
  56. %     Subsystem  'Graph'.
  57. new_system([sys,'/','Graph'])
  58. set_param([sys,'/','Graph'],'Location',[0,59,274,252])
  59. add_block('built-in/Inport',[sys,'/','Graph/x'])
  60. set_param([sys,'/','Graph/x'],...
  61.         'position',[65,55,85,75])
  62. add_block('built-in/S-Function',[sys,'/',['Graph/S-function',13,'M-file which plots',13,'lines',13,'']])
  63. set_param([sys,'/',['Graph/S-function',13,'M-file which plots',13,'lines',13,'']],...
  64.         'function name','sfuny',...
  65.         'parameters','ax, color,dt',...
  66.         'position',[130,55,180,75])
  67. add_line([sys,'/','Graph'],[90,65;125,65])
  68. set_param([sys,'/','Graph'],...
  69.         'Mask Display','plot(0,0,100,100,[90,10,10,10,90,90,10],[65,65,90,40,40,90,90],[90,78,69,54,40,31,25,10],[77,60,48,46,56,75,81,84])',...
  70.         'Mask Type','Graph scope.')
  71. set_param([sys,'/','Graph'],...
  72.         'Mask Dialogue','Graph scope using MATLAB graph window.nEnter plotting ranges and line type.|Time range:|y-min:|y-max:|Line type (rgbw-:*). Seperate each plot by ''/'':')
  73. set_param([sys,'/','Graph'],...
  74.         'Mask Translate','color = @4; ax = [0, @1, @2, @3]; dt = -1;')
  75. set_param([sys,'/','Graph'],...
  76.         'Mask Help','This block plots to the MATLAB graph window and can be used as an improved version of the Scope block. Look at the m-file sfuny.m to see how it works. This block can take scalar or vector input signal.')
  77. set_param([sys,'/','Graph'],...
  78.         'Mask Entries','1/-0.0015/0/''y-/g--/c-./w:/m*/ro/b+''/')
  79. %     Finished composite block 'Graph'.
  80. set_param([sys,'/','Graph'],...
  81.         'position',[540,123,585,177])
  82. add_block('built-in/State-Space',[sys,'/',['Feedback Gain ',13,'using LQR Design.']])
  83. set_param([sys,'/',['Feedback Gain ',13,'using LQR Design.']],...
  84.         'orientation',2,...
  85.         'A','[]',...
  86.         'B','[]',...
  87.         'C','[]',...
  88.         'D','k',...
  89.         'Mask Display','K',...
  90.         'Mask Type','Regulator')
  91. set_param([sys,'/',['Feedback Gain ',13,'using LQR Design.']],...
  92.         'Mask Dialogue','Linear quadratic regulator.n(Requires Control Toolbox)|Plant A matrix:|Plant B matrix:|Plant C matrix:|Plant D matrix:|Output weighting, y''Qy:|Input weighting, u''Ru:')
  93. set_param([sys,'/',['Feedback Gain ',13,'using LQR Design.']],...
  94.         'Mask Translate','[k]=lqry(@1,@2,@3,@4,@5,@6);',...
  95.         'Mask Help','Implements a linear state quadratic regulator. Mask and unmask this block to see how it works.')
  96. set_param([sys,'/',['Feedback Gain ',13,'using LQR Design.']],...
  97.         'Mask Entries','[-5   0   -100;  2   -2    0;   0    0.1   -0.08]/[0;   0;    -0.1]/eye(3)/zeros(3,1)/[20, 0  0;  0  10   0;  0   0   5]      /eye(1,1)*.15/')
  98. set_param([sys,'/',['Feedback Gain ',13,'using LQR Design.']],...
  99.         'position',[295,225,365,285])
  100. add_block('built-in/Sum',[sys,'/','Sum'])
  101. set_param([sys,'/','Sum'],...
  102.         'inputs','+-',...
  103.         'position',[185,104,210,151])
  104. add_block('built-in/Step Fcn',[sys,'/','Step Input'])
  105. set_param([sys,'/','Step Input'],...
  106.         'Time','10',...
  107.         'Before','0.2',...
  108.         'After','.2',...
  109.         'position',[55,95,95,135])
  110. add_block('built-in/Note',[sys,'/','Dw'])
  111. set_param([sys,'/','Dw'],...
  112.         'position',[505,120,510,125])
  113. add_block('built-in/Note',[sys,'/',['LQG Demo. Start simulation.',13,'Try varying weighting parameters.']])
  114. set_param([sys,'/',['LQG Demo. Start simulation.',13,'Try varying weighting parameters.']],...
  115.         'position',[320,40,325,45])
  116. add_line(sys,[365,130;420,130])
  117. add_line(sys,[215,130;255,130])
  118. add_line(sys,[100,115;180,115])
  119. add_line(sys,[485,150;535,150])
  120. add_line(sys,[395,130;395,255;370,255])
  121. add_line(sys,[290,255;155,255;155,140;180,140])
  122. drawnow
  123. % Return any arguments.
  124. if (nargin | nargout)
  125.     % Must use feval here to access system in memory
  126.     if (nargin > 3)
  127.         if (flag == 0)
  128.             eval(['[ret,x0,str,ts,xts]=',sys,'(t,x,u,flag);'])
  129.         else
  130.             eval(['ret =', sys,'(t,x,u,flag);'])
  131.         end
  132.     else
  133.         [ret,x0,str,ts,xts] = feval(sys);
  134.     end
  135. else
  136.     drawnow % Flash up the model and execute load callback
  137. end