Simulink hw problem, set different initial values and set equal to 0
Afficher commentaires plus anciens
Okay so this is Homework for my matlab class, and this is the last one I have left to do. I am confused on how to set different initial values for the different x values. ALSO I should say we are not allowed to use any user defined functions in simulink. We have to use all the function blocks. I am stuck on setting different initial values, so I havent been able to move foward much in this problem. Any help is appreciated! im still learning so sorry if this is stupid simple! I just dont know everything in Matlab/Simulink yet!

5 commentaires
Fangjun Jiang
le 1 Avr 2021
Use two Integrator blocks to construct the equation. The Integrator block has a parameter called Initial value. That is the place to set your initial conditions.
Colby Jennings
le 1 Avr 2021
Colby Jennings
le 1 Avr 2021
Fangjun Jiang
le 2 Avr 2021
You need to have two Integrators connected in series. The input is x_two_dot, the output of the first Integrator is x_one_dot, the output of the second Integrator is x.
Asvin Kumar
le 20 Mai 2021
Adding to Fangjun's suggestions.. have a look at the doc page which has examples. https://www.mathworks.com/help/simulink/slref/integrator.html
Réponses (1)
Sulaymon Eshkabilov
le 22 Mai 2021
0 votes
This one is a more unified simulation Simulink model of 2nd order ODE exercises with no external force applied case scenario.
Catégories
En savoir plus sur Simulink dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
