亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? threedim_control.mdl

?? 單擺、倒立擺的二維及三維控制與仿真(請在matlab7.0中打開)
?? MDL
?? 第 1 頁 / 共 4 頁
字號:
  System {
    Name		    "threedim_control"
    Location		    [158, 251, 858, 649]
    Open		    on
    ModelBrowserVisibility  off
    ModelBrowserWidth	    200
    ScreenColor		    "white"
    PaperOrientation	    "landscape"
    PaperPositionMode	    "auto"
    PaperType		    "usletter"
    PaperUnits		    "inches"
    ZoomFactor		    "100"
    ReportName		    "simulink-default.rpt"
    Block {
      BlockType		      SubSystem
      Name		      "2-dimensional\nAngle\nController"
      Ports		      [1, 1]
      Position		      [245, 275, 275, 305]
      Orientation	      "left"
      TreatAsAtomicUnit	      off
      MinAlgLoopOccurrences   off
      RTWSystemCode	      "Auto"
      MaskType		      "PID Controller"
      MaskDescription	      "Enter expressions for proportional, integral, a"
"nd derivative terms.\nP+I/s+Ds"
      MaskHelp		      "This block implements a PID controller where pa"
"rameters are entered for the Proportional, Integral and Derivative terms. Unm"
"ask this block to see how it works. The derivative term is implemented using "
"a true derivative block."
      MaskPromptString	      "Proportional:|Integral:|Derivative:"
      MaskStyleString	      "edit,edit,edit"
      MaskTunableValueString  "on,on,on"
      MaskCallbackString      "||"
      MaskEnableString	      "on,on,on"
      MaskVisibilityString    "on,on,on"
      MaskToolTipString	      "on,on,on"
      MaskVarAliasString      ",,"
      MaskVariables	      "P=@1;I=@2;D=@3;"
      MaskDisplay	      "disp('PID')"
      MaskIconFrame	      on
      MaskIconOpaque	      on
      MaskIconRotate	      "none"
      MaskIconUnits	      "autoscale"
      MaskValueString	      "41.6|38.3|27.3"
      MaskTabNameString	      ",,"
      System {
	Name			"2-dimensional\nAngle\nController"
	Location		[238, 329, 660, 703]
	Open			off
	ModelBrowserVisibility	off
	ModelBrowserWidth	200
	ScreenColor		"white"
	PaperOrientation	"landscape"
	PaperPositionMode	"auto"
	PaperType		"usletter"
	PaperUnits		"inches"
	ZoomFactor		"100"
	Block {
	  BlockType		  Inport
	  Name			  "In_1"
	  Position		  [25, 170, 45, 190]
	  Port			  "1"
	  IconDisplay		  "Port number"
	  LatchInput		  off
	}
	Block {
	  BlockType		  Gain
	  Name			  "D X"
	  Position		  [120, 129, 140, 151]
	  Gain			  "D"
	}
	Block {
	  BlockType		  Gain
	  Name			  "D Z"
	  Position		  [120, 304, 140, 326]
	  Gain			  "D"
	}
	Block {
	  BlockType		  Demux
	  Name			  "Demux"
	  Ports			  [1, 2]
	  Position		  [70, 161, 75, 199]
	  BackgroundColor	  "black"
	  ShowName		  off
	  Outputs		  "2"
	}
	Block {
	  BlockType		  Derivative
	  Name			  "Derivative X"
	  Position		  [175, 128, 215, 152]
	}
	Block {
	  BlockType		  Derivative
	  Name			  "Derivative Z"
	  Position		  [175, 303, 215, 327]
	}
	Block {
	  BlockType		  TransferFcn
	  Name			  "Integral X"
	  Position		  [135, 57, 170, 93]
	  Numerator		  "[I]"
	  Denominator		  "[1 0]"
	}
	Block {
	  BlockType		  TransferFcn
	  Name			  "Integral Z"
	  Position		  [135, 232, 170, 268]
	  Numerator		  "[I]"
	  Denominator		  "[1 0]"
	}
	Block {
	  BlockType		  Mux
	  Name			  "Mux1"
	  Ports			  [2, 1]
	  Position		  [330, 151, 335, 189]
	  ShowName		  off
	  Inputs		  "2"
	  DisplayOption		  "bar"
	}
	Block {
	  BlockType		  Gain
	  Name			  "Proportional X"
	  Position		  [145, 13, 165, 37]
	  Gain			  "P"
	}
	Block {
	  BlockType		  Gain
	  Name			  "Proportional Z"
	  Position		  [145, 188, 165, 212]
	  Gain			  "P"
	}
	Block {
	  BlockType		  Sum
	  Name			  "Sum X"
	  Ports			  [3, 1]
	  Position		  [270, 57, 290, 93]
	  Inputs		  "+++"
	}
	Block {
	  BlockType		  Sum
	  Name			  "Sum Z"
	  Ports			  [3, 1]
	  Position		  [270, 232, 290, 268]
	  Inputs		  "+++"
	}
	Block {
	  BlockType		  Outport
	  Name			  "Out_1"
	  Position		  [370, 160, 390, 180]
	  IconDisplay		  "Port number"
	  BusOutputAsStruct	  off
	  InitialOutput		  "0"
	}
	Line {
	  SrcBlock		  "D X"
	  SrcPort		  1
	  DstBlock		  "Derivative X"
	  DstPort		  1
	}
	Line {
	  SrcBlock		  "Derivative X"
	  SrcPort		  1
	  Points		  [20, 0; 0, -55]
	  DstBlock		  "Sum X"
	  DstPort		  3
	}
	Line {
	  SrcBlock		  "Integral X"
	  SrcPort		  1
	  DstBlock		  "Sum X"
	  DstPort		  2
	}
	Line {
	  SrcBlock		  "Proportional X"
	  SrcPort		  1
	  Points		  [65, 0; 0, 40]
	  DstBlock		  "Sum X"
	  DstPort		  1
	}
	Line {
	  SrcBlock		  "In_1"
	  SrcPort		  1
	  DstBlock		  "Demux"
	  DstPort		  1
	}
	Line {
	  SrcBlock		  "Demux"
	  SrcPort		  2
	  Points		  [0, 10; 15, 0]
	  Branch {
	    DstBlock		    "Proportional Z"
	    DstPort		    1
	  }
	  Branch {
	    Points		    [0, 50]
	    Branch {
	      DstBlock		      "Integral Z"
	      DstPort		      1
	    }
	    Branch {
	      Points		      [0, 65]
	      DstBlock		      "D Z"
	      DstPort		      1
	    }
	  }
	}
	Line {
	  SrcBlock		  "Demux"
	  SrcPort		  1
	  Points		  [0, -30; 15, 0]
	  Branch {
	    DstBlock		    "D X"
	    DstPort		    1
	  }
	  Branch {
	    Points		    [0, -65]
	    Branch {
	      DstBlock		      "Integral X"
	      DstPort		      1
	    }
	    Branch {
	      Points		      [0, -50]
	      DstBlock		      "Proportional X"
	      DstPort		      1
	    }
	  }
	}
	Line {
	  SrcBlock		  "Sum X"
	  SrcPort		  1
	  Points		  [10, 0; 0, 85]
	  DstBlock		  "Mux1"
	  DstPort		  1
	}
	Line {
	  SrcBlock		  "Sum Z"
	  SrcPort		  1
	  Points		  [10, 0; 0, -70]
	  DstBlock		  "Mux1"
	  DstPort		  2
	}
	Line {
	  SrcBlock		  "D Z"
	  SrcPort		  1
	  DstBlock		  "Derivative Z"
	  DstPort		  1
	}
	Line {
	  SrcBlock		  "Derivative Z"
	  SrcPort		  1
	  Points		  [20, 0; 0, -55]
	  DstBlock		  "Sum Z"
	  DstPort		  3
	}
	Line {
	  SrcBlock		  "Integral Z"
	  SrcPort		  1
	  DstBlock		  "Sum Z"
	  DstPort		  2
	}
	Line {
	  SrcBlock		  "Proportional Z"
	  SrcPort		  1
	  Points		  [65, 0; 0, 40]
	  DstBlock		  "Sum Z"
	  DstPort		  1
	}
	Line {
	  SrcBlock		  "Mux1"
	  SrcPort		  1
	  DstBlock		  "Out_1"
	  DstPort		  1
	}
      }
    }
    Block {
      BlockType		      SubSystem
      Name		      "2-dimensional\nPosition\nController"
      Ports		      [1, 1]
      Position		      [115, 170, 145, 200]
      TreatAsAtomicUnit	      off
      MinAlgLoopOccurrences   off
      RTWSystemCode	      "Auto"
      MaskType		      "PID Controller"
      MaskDescription	      "Enter expressions for proportional, integral, a"
"nd derivative terms.\nP+I/s+Ds"
      MaskHelp		      "This block implements a PID controller where pa"
"rameters are entered for the Proportional, Integral and Derivative terms. Unm"
"ask this block to see how it works. The derivative term is implemented using "
"a true derivative block."
      MaskPromptString	      "Proportional:|Integral:|Derivative:"
      MaskStyleString	      "edit,edit,edit"
      MaskTunableValueString  "on,on,on"
      MaskCallbackString      "||"
      MaskEnableString	      "on,on,on"
      MaskVisibilityString    "on,on,on"
      MaskToolTipString	      "on,on,on"
      MaskVarAliasString      ",,"
      MaskVariables	      "P=@1;I=@2;D=@3;"
      MaskDisplay	      "disp('PID')"
      MaskIconFrame	      on
      MaskIconOpaque	      on
      MaskIconRotate	      "none"
      MaskIconUnits	      "autoscale"
      MaskValueString	      "-1.681|-0.0133|-0.325"
      MaskTabNameString	      ",,"
      System {
	Name			"2-dimensional\nPosition\nController"
	Location		[410, 373, 832, 747]
	Open			off
	ModelBrowserVisibility	off
	ModelBrowserWidth	200
	ScreenColor		"white"
	PaperOrientation	"landscape"
	PaperPositionMode	"auto"
	PaperType		"usletter"
	PaperUnits		"inches"
	ZoomFactor		"100"
	Block {
	  BlockType		  Inport
	  Name			  "In_1"
	  Position		  [25, 170, 45, 190]
	  Port			  "1"
	  IconDisplay		  "Port number"
	  LatchInput		  off
	}
	Block {
	  BlockType		  Gain
	  Name			  "D"
	  Position		  [120, 129, 140, 151]
	  Gain			  "D"
	}
	Block {
	  BlockType		  Gain
	  Name			  "D1"
	  Position		  [120, 304, 140, 326]
	  Gain			  "D"
	}
	Block {
	  BlockType		  Demux
	  Name			  "Demux"
	  Ports			  [1, 2]
	  Position		  [70, 161, 75, 199]
	  BackgroundColor	  "black"
	  ShowName		  off
	  Outputs		  "2"
	}
	Block {
	  BlockType		  Derivative
	  Name			  "Derivative"
	  Position		  [175, 128, 215, 152]
	}
	Block {
	  BlockType		  Derivative
	  Name			  "Derivative1"
	  Position		  [175, 303, 215, 327]
	}
	Block {
	  BlockType		  TransferFcn
	  Name			  "Integral"
	  Position		  [135, 57, 170, 93]
	  Numerator		  "[I]"
	  Denominator		  "[1 0]"
	}
	Block {
	  BlockType		  TransferFcn
	  Name			  "Integral1"
	  Position		  [135, 232, 170, 268]
	  Numerator		  "[I]"
	  Denominator		  "[1 0]"
	}
	Block {
	  BlockType		  Mux
	  Name			  "Mux1"
	  Ports			  [2, 1]
	  Position		  [330, 151, 335, 189]
	  ShowName		  off
	  Inputs		  "2"
	  DisplayOption		  "bar"
	}
	Block {
	  BlockType		  Gain
	  Name			  "Proportional"
	  Position		  [145, 13, 165, 37]
	  Gain			  "P"
	}
	Block {
	  BlockType		  Gain
	  Name			  "Proportional1"
	  Position		  [145, 188, 165, 212]
	  Gain			  "P"
	}
	Block {
	  BlockType		  Sum
	  Name			  "Sum"
	  Ports			  [3, 1]
	  Position		  [270, 57, 290, 93]
	  Inputs		  "+++"
	}
	Block {
	  BlockType		  Sum
	  Name			  "Sum1"
	  Ports			  [3, 1]
	  Position		  [270, 232, 290, 268]
	  Inputs		  "+++"
	}
	Block {
	  BlockType		  Outport
	  Name			  "Out_1"
	  Position		  [370, 160, 390, 180]
	  IconDisplay		  "Port number"
	  BusOutputAsStruct	  off
	  InitialOutput		  "0"
	}
	Line {
	  SrcBlock		  "Mux1"
	  SrcPort		  1
	  DstBlock		  "Out_1"
	  DstPort		  1
	}
	Line {
	  SrcBlock		  "Proportional1"
	  SrcPort		  1
	  Points		  [65, 0; 0, 40]
	  DstBlock		  "Sum1"
	  DstPort		  1
	}
	Line {
	  SrcBlock		  "Integral1"
	  SrcPort		  1
	  DstBlock		  "Sum1"
	  DstPort		  2
	}
	Line {
	  SrcBlock		  "Derivative1"
	  SrcPort		  1
	  Points		  [20, 0; 0, -55]
	  DstBlock		  "Sum1"
	  DstPort		  3
	}
	Line {
	  SrcBlock		  "D1"
	  SrcPort		  1
	  DstBlock		  "Derivative1"
	  DstPort		  1
	}
	Line {
	  SrcBlock		  "Sum1"
	  SrcPort		  1
	  Points		  [0, -70]
	  DstBlock		  "Mux1"
	  DstPort		  2
	}
	Line {
	  SrcBlock		  "Sum"
	  SrcPort		  1
	  Points		  [0, 85]
	  DstBlock		  "Mux1"
	  DstPort		  1
	}
	Line {
	  SrcBlock		  "Demux"
	  SrcPort		  1
	  Points		  [0, -30; 15, 0]
	  Branch {
	    Points		    [0, -65]
	    Branch {
	      Points		      [0, -50]
	      DstBlock		      "Proportional"
	      DstPort		      1
	    }
	    Branch {
	      DstBlock		      "Integral"
	      DstPort		      1
	    }
	  }
	  Branch {
	    DstBlock		    "D"
	    DstPort		    1
	  }
	}
	Line {
	  SrcBlock		  "Demux"
	  SrcPort		  2
	  Points		  [0, 10; 15, 0]
	  Branch {
	    Points		    [0, 50]
	    Branch {
	      Points		      [0, 65]
	      DstBlock		      "D1"
	      DstPort		      1
	    }
	    Branch {
	      DstBlock		      "Integral1"
	      DstPort		      1
	    }
	  }
	  Branch {
	    DstBlock		    "Proportional1"
	    DstPort		    1
	  }
	}
	Line {
	  SrcBlock		  "In_1"
	  SrcPort		  1
	  DstBlock		  "Demux"
	  DstPort		  1
	}
	Line {
	  SrcBlock		  "Proportional"
	  SrcPort		  1
	  Points		  [65, 0; 0, 40]
	  DstBlock		  "Sum"
	  DstPort		  1
	}
	Line {
	  SrcBlock		  "Integral"
	  SrcPort		  1
	  DstBlock		  "Sum"
	  DstPort		  2
	}
	Line {
	  SrcBlock		  "Derivative"
	  SrcPort		  1
	  Points		  [20, 0; 0, -55]
	  DstBlock		  "Sum"
	  DstPort		  3
	}
	Line {
	  SrcBlock		  "D"
	  SrcPort		  1
	  DstBlock		  "Derivative"
	  DstPort		  1
	}
      }
    }
    Block {
      BlockType		      SubSystem
      Name		      "Coordinates 3D\ntransformation"
      Ports		      [2, 2]
      Position		      [135, 30, 270, 85]
      TreatAsAtomicUnit	      off
      MinAlgLoopOccurrences   off
      RTWSystemCode	      "Auto"
      System {
	Name			"Coordinates 3D\ntransformation"
	Location		[604, 276, 955, 594]
	Open			on
	ModelBrowserVisibility	off
	ModelBrowserWidth	200
	ScreenColor		"white"
	PaperOrientation	"landscape"
	PaperPositionMode	"auto"
	PaperType		"usletter"
	PaperUnits		"inches"
	ZoomFactor		"100"
	Block {
	  BlockType		  Inport
	  Name			  "Marker XZ"
	  Position		  [25, 118, 55, 132]
	  Port			  "1"
	  IconDisplay		  "Port number"
	  LatchInput		  off
	}
	Block {
	  BlockType		  Inport
	  Name			  "Pendulum XZ"
	  Position		  [25, 168, 55, 182]
	  Port			  "2"
	  IconDisplay		  "Port number"
	  LatchInput		  off
	}
	Block {
	  BlockType		  Demux
	  Name			  "Demux1"
	  Ports			  [1, 2]
	  Position		  [90, 105, 95, 145]
	  BackgroundColor	  "black"

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久精品免费在线观看| 亚洲一区二区三区激情| 一区二区三区高清| 国产精品中文字幕日韩精品| 欧美精品在线一区二区| 最新日韩av在线| 国产在线精品国自产拍免费| 欧美日本在线看| 亚洲乱码中文字幕综合| 成人听书哪个软件好| 精品国产91洋老外米糕| 一区二区三区国产精品| 99精品久久久久久| 中文字幕av一区二区三区高| 精品一区二区三区蜜桃| 91精品国产综合久久久久久 | 丝袜美腿亚洲一区二区图片| 91伊人久久大香线蕉| 亚洲国产精品av| 福利电影一区二区| 久久久噜噜噜久久人人看| 久久精品国产秦先生| 欧美一级xxx| 日本免费在线视频不卡一不卡二| 91久久精品国产91性色tv| 亚洲欧洲日韩女同| av激情综合网| 亚洲激情五月婷婷| 91视频xxxx| 一区二区三区免费| 精品视频在线视频| 丝袜亚洲另类欧美综合| 欧美一区二区视频在线观看2022| 日韩高清中文字幕一区| 欧美一二三区精品| 久久电影网站中文字幕| 久久久久国产精品免费免费搜索| 国产一区二区女| 中文字幕精品一区二区三区精品| 大白屁股一区二区视频| 国产精品国产自产拍在线| 91同城在线观看| 亚洲成av人片在线观看无码| 欧美一级高清大全免费观看| 精品一区二区三区在线播放视频| 精品国产乱码久久久久久牛牛| 国产精品一级片在线观看| 欧美韩日一区二区三区四区| 91麻豆成人久久精品二区三区| 亚洲一区二区欧美激情| 欧美不卡一区二区三区| 丁香婷婷综合色啪| 亚洲精品日韩综合观看成人91| 欧美高清性hdvideosex| 国产乱人伦偷精品视频免下载| 国产精品欧美一区喷水| 欧美日韩国产高清一区| 国产一区二区视频在线| 亚洲摸摸操操av| 欧美草草影院在线视频| 91同城在线观看| 老司机午夜精品99久久| 综合久久给合久久狠狠狠97色| 7777精品伊人久久久大香线蕉完整版 | 奇米影视一区二区三区| 久久综合久色欧美综合狠狠| 色综合天天综合| 久久99精品国产麻豆婷婷| 国产精品国产三级国产有无不卡| 欧美日韩一区 二区 三区 久久精品| 裸体一区二区三区| 亚洲人成人一区二区在线观看| 日韩女优毛片在线| 在线中文字幕一区二区| 国产精品影视网| 五月婷婷另类国产| 综合久久一区二区三区| 久久综合给合久久狠狠狠97色69| 91蝌蚪porny| 久久99精品国产麻豆婷婷洗澡| 亚洲精品大片www| 国产精品蜜臀在线观看| 精品福利一二区| 欧美久久一二三四区| 99久久精品国产一区| 国产精品中文字幕日韩精品| 日本最新不卡在线| 亚洲精品高清在线观看| 国产精品污污网站在线观看| 亚洲精品一区二区精华| 欧美日韩成人在线一区| 日本高清不卡一区| 91色综合久久久久婷婷| 成人av在线电影| 国产成人免费视频| 国产在线播放一区| 青青草原综合久久大伊人精品| 一区二区三区在线观看视频| 中文字幕一区二区5566日韩| 久久久国际精品| 久久色在线观看| 精品久久久久久无| 久久亚洲一级片| 日韩一区二区三免费高清| 91精品在线免费| 91精品欧美一区二区三区综合在| 欧美曰成人黄网| 欧美性猛交一区二区三区精品| 色婷婷狠狠综合| 在线免费观看日本欧美| 欧美制服丝袜第一页| 欧美日韩精品欧美日韩精品| 在线观看www91| 欧美日韩视频在线第一区| 欧美日韩中文字幕一区二区| 欧美色精品天天在线观看视频| 欧美性色综合网| 欧美精品乱人伦久久久久久| 欧美精品1区2区3区| 欧美xxxx老人做受| 国产日韩欧美一区二区三区乱码 | 奇米色一区二区三区四区| 午夜精品123| 九一九一国产精品| 国产在线视频一区二区| 成人av网站免费| 日本精品免费观看高清观看| 精品污污网站免费看| 日韩欧美的一区二区| 国产人成亚洲第一网站在线播放 | 国产精品天美传媒| 亚洲欧美aⅴ...| 日精品一区二区| 韩国av一区二区三区| 99久久精品久久久久久清纯| 欧美日韩免费高清一区色橹橹| 欧美日韩成人在线一区| 国产亚洲欧美日韩在线一区| 国产精品少妇自拍| 亚洲va天堂va国产va久| 久久国产精品99久久久久久老狼| 国产黄人亚洲片| 色播五月激情综合网| 日韩午夜激情av| 亚洲视频一区二区在线| 首页国产丝袜综合| 成人av电影免费观看| 欧美精品色一区二区三区| 久久久久久久久99精品| 夜夜夜精品看看| 激情文学综合丁香| 欧美视频一区二区三区四区| 久久久精品国产99久久精品芒果 | 欧美日韩一区中文字幕| 精品国产1区二区| 亚洲一区二区三区不卡国产欧美| 韩国在线一区二区| 欧美日韩综合一区| 国产精品久久久久久久岛一牛影视| 亚洲成av人片在www色猫咪| 高清不卡一二三区| 日韩视频在线一区二区| 亚洲欧美经典视频| 国产盗摄精品一区二区三区在线 | 国产精品久久夜| 蜜桃视频在线观看一区二区| 色婷婷综合在线| 国产日韩精品视频一区| 日本欧美肥老太交大片| 欧美性视频一区二区三区| 国产精品美日韩| 国产在线播放一区| 欧美一级理论片| 亚洲综合一区二区三区| 不卡一区在线观看| 国产欧美一区二区精品仙草咪| 日韩精品亚洲一区| 欧美亚洲免费在线一区| 亚洲精品美腿丝袜| 99久久精品国产网站| 国产精品久久久一本精品| 国产精品一区二区三区网站| 欧美一区三区四区| 香蕉乱码成人久久天堂爱免费| 91丝袜美女网| 亚洲欧美日韩在线播放| 成人av网址在线| 国产精品第四页| www.在线欧美| 亚洲视频每日更新| 91尤物视频在线观看| 亚洲色图19p| 97国产精品videossex| 亚洲人被黑人高潮完整版| 91在线精品秘密一区二区| 亚洲天堂免费在线观看视频| av电影在线观看不卡| 亚洲精品写真福利| 一本色道久久加勒比精品 | 国产精品的网站|