How to model in matlab and simulink
4 次查看(过去 30 天)
显示 更早的评论

2 个评论
Aquatris
2019-4-3
First you derive the equations that represent the working dynamics of the system. Then, you implement the equation using simulink block diagrams. If you want someone to derive the equations for you, this is not the platform for it.
Agnish Dutta
2019-4-16
You could model the system using differential equations and then use MATLAB symbolic math toolbox to solve them. Please find the links below:
Tutorial to solve ODE's - https://www.mathworks.com/help/matlab/ref/ode45.html
Getting started with Symbolic math toolbox - https://www.mathworks.com/help/symbolic/getting-started-with-symbolic-math-toolbox.html
回答(1 个)
Jesús Zambrano
2020-2-6
编辑:Jesús Zambrano
2020-2-7
Hi Jesus,
One way is to describe the system is using differential equation. Classical text book of dynamic systems can guide you. Then, you can use Simulink to represent this differential equation, where the integrator block is the key block to use, please have a look at this link:
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 General Applications 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!