How can I use an input to change the initial condition of an integrator block in Simulink?
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I have a Simulink model which runs under a third party software which has fixed inputs. One of the inputs specifies an initial value for a variable.
When I built the model the initial condition of the integrator block was specified with a variable in the initialization m-file. Now, the other software requires that the value must come from an input. How it can be done?
0 comentarios
Respuestas (1)
Jason Moore
el 7 de Feb. de 2015
If you right click on the integrator block and go to block parameters there is an option for initial condition source. Change this from internal to external and you will now have an inport for the block to feed in the initial condition.
1 comentario
Vijil Kotherikunnummal
el 17 de Abr. de 2020
Sir, how can I change the initial condition through an m-script?
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!