Connecting two subsystems with input-output
Mostrar comentarios más antiguos
Hello all, I have a big problem that I have no idea how to cope with after several days of research and trying. I have model of two ODEs (see picture) and want to connect them. First starts the first model and I compare output to a constant(3 to be specific), if it is smaller than that, second program starts with the output of the first model as an input. Similarly its output is compared to a constant and if it exceeds it goes back to the first model. I would like the final graph to be something like this: I have tried all possible combination of IF, while, do while, switches, you name it, but no success. It should represent temperature in fridge and please forgive my terrible painting, you get the point.
Is it even possible? If you help, I owe you big time, whatever just to solve this.
Thank you very much
4 comentarios
madhan ravi
el 28 de Mayo de 2020
Could you share the picture of your model and equation as well?
Matej Lukac
el 29 de Mayo de 2020
Editada: Matej Lukac
el 29 de Mayo de 2020
Matej Lukac
el 29 de Mayo de 2020
Editada: Matej Lukac
el 29 de Mayo de 2020
madhan ravi
el 29 de Mayo de 2020
Editada: madhan ravi
el 29 de Mayo de 2020
I think you just over complicate the problem. Why not simply use a product block with one input as k and the other as Delta T and the output is T dot? And use this output for comparison?
Respuestas (0)
Categorías
Más información sobre Subsystems 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!

