How to implement the integration
显示 更早的评论

I want to get the value of x for the time which is the simulation time. SO i need help how to do the above equation in simulink. I am new to this.
回答(2 个)
Walter Roberson
2017-10-16
0 个投票
There are multiple ways, including feeding in the Simulation time as a signal and using a Math block or two in order to calculate 1/2 * t^2
2 个评论
knight wolf
2017-10-16
This is 0.5 * t^2 + C with C is a constant expression depending e.g. on the initial value of t. For t(0)=0, C is 0 also.
Do you need the solution only, or is it a homework question to solve this in Simulink? If so, please mention this explicitly.
类别
在 帮助中心 和 File Exchange 中查找有关 General Applications 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!