How to implement the integration
Mostrar comentarios más antiguos

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.
Respuestas (2)
Walter Roberson
el 16 de Oct. de 2017
0 votos
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
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.
Categorías
Más información sobre General Applications en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!