Simulink integrator block initial conditions
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Raghuraman S
el 5 de Feb. de 2019
Comentada: Wang Tao
el 24 de Abr. de 2021
Hi, How does one specify initial conditions in simulink integrator block for times not t= 0 for example, y(3) =5;
0 comentarios
Respuesta aceptada
Fangjun Jiang
el 5 de Feb. de 2019
utilize the "External reset" (set as rising) and "Initial ocndition source" (set as external).
Compare clock with t=3 and make it as the "External reset" signal.
4 comentarios
Fangjun Jiang
el 23 de Abr. de 2021
Compare Clock with Constant block (value is 3) using the Relational Operator block, the output is trur or false.
Wang Tao
el 24 de Abr. de 2021
Thanks for the prompt reply! I can get the answer for the time after t=3 with the y(3)=5 now. But the problem is for the time earilier than 3 as t<3, is not correct.
I am handling some two point boundary value problem, which y(3)=5 is the end/ final condition. Is there any way to solve this.
It seems can change the initial setting of integrator through properties, but there are no final condition settings.
Más respuestas (0)
Ver también
Categorías
Más información sobre Sources en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!