Is there an equivalent command to "Unit delay" box of simulink in Matlab ?
2 ビュー (過去 30 日間)
古いコメントを表示
I need to use the same function of a unit delay box in matlab to prepare a discrete system.
0 件のコメント
回答 (1 件)
Anusha Sridharan
2016 年 10 月 24 日
You can take a look at the Control System Toolbox linked below which lets you specify a delay on your system. http://www.mathworks.com/help/control/models-with-time-delays.html;jsessionid=86b2c0886c14169cea5baa518daa?searchHighlight=delay
Alternatively, if you know the equations to the system, you could also use the Symbolic Math toolbox. For more information on this, you can check the documentation linked below:
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Simulink Functions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!