block210.mdl

来自「realize analysis and design for computer」· MDL 代码 · 共 112 行

MDL
112
字号
Model {  Name			  "block210"  Version		  2.00  SimParamPage		  Solver  SampleTimeColors	  off  WideVectorLines	  off  PaperOrientation	  landscape  StartTime		  "0.0"  StopTime		  "999999"  Solver		  ode45  RelTol		  "1e-3"  AbsTol		  "1e-6"  Refine		  "1"  MaxStep		  "auto"  InitialStep		  "auto"  FixedStep		  "auto"  MaxOrder		  5  OutputOption		  RefineOutputTimes  OutputTimes		  "[]"  LoadExternalInput	  off  ExternalInput		  "[t, u]"  SaveTime		  off  TimeSaveName		  "tout"  SaveState		  off  StateSaveName		  "xout"  SaveOutput		  off  OutputSaveName	  "yout"  LoadInitialState	  off  InitialState		  "xInitial"  SaveFinalState	  off  FinalStateName	  "xFinal"  LimitMaxRows		  off  MaxRows		  "1000"  Decimation		  "1"  AlgebraicLoopMsg	  warning  MinStepSizeMsg	  warning  UnconnectedInputMsg	  warning  UnconnectedOutputMsg	  warning  UnconnectedLineMsg	  warning  ConsistencyChecking	  off  ZeroCross		  on  BlockDefaults {    Orientation		    right    ForegroundColor	    black    BackgroundColor	    white    DropShadow		    off    NamePlacement	    normal    FontName		    "Helvetica"    FontSize		    10    FontWeight		    normal    FontAngle		    normal    ShowName		    on  }  AnnotationDefaults {    HorizontalAlignment	    center    VerticalAlignment	    middle    ForegroundColor	    black    BackgroundColor	    white    DropShadow		    off    FontName		    "Helvetica"    FontSize		    10    FontWeight		    normal    FontAngle		    normal  }  System {    Name		    "block210"    Location		    [100, 300, 433, 461]    Open		    on    ScreenColor		    white    Block {      BlockType		      Step      Name		      "Step Input"      Position		      [75, 65, 95, 85]      DropShadow	      on      ShowName		      off      Time		      "0"      Before		      "0"      After		      "1"    }    Block {      BlockType		      TransferFcn      Name		      "Transfer Fcn"      Position		      [125, 49, 215, 101]      DropShadow	      on      ShowName		      off      Numerator		      "[1]"      Denominator	      "[1 2 2 1]"    }    Block {      BlockType		      Outport      Name		      "Outport"      Position		      [250, 65, 270, 85]      ShowName		      off      Port		      "1"      OutputWhenDisabled      held      InitialOutput	      "0"    }    Line {      SrcBlock		      "Step Input"      SrcPort		      1      DstBlock		      "Transfer Fcn"      DstPort		      1    }    Line {      SrcBlock		      "Transfer Fcn"      SrcPort		      1      DstBlock		      "Outport"      DstPort		      1    }  }}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?