How to make a simulink model which runs using a output it calculates at each step and to its next calcuation
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Akshay Dhyani
el 22 de Mzo. de 2021
Comentada: Akshay Dhyani
el 30 de Mzo. de 2021
Hi,
I am looking to run a piece of simulink model which uses a final output in it's intremin calculations. For example, I have tried using phiFilterTrapped to feedback the value the switch action cases but it throws an error
Input data dependency violation due to action subsystems. See Subsystem Examples in the Simulink library for valid and invalid examples of action subsystems
Component: Simulink | Category: Model error
Component: Simulink | Category: Model error
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/557622/image.jpeg)
0 comentarios
Respuesta aceptada
Kiran Felix Robert
el 24 de Mzo. de 2021
Hi Akshay,
You get the 'Data Dependency Violation error' because you have not latched the inputs to your function-call subsystems. Refer this answer for the procedure Latch your inputs to the switch-case subsystems.
The To Workspace blocks saves the simulation data only after the simulation ends (After the last time step) not intermittently, so Latching your inputs to the subsystem will be the best way to have a feedback loop.
2 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Schedule Model Components 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!