Simulink/Stateflow, and use of isInputDirectFeedthroughImpl
Afficher commentaires plus anciens
Does anyone know how to use isInputDirectFeedthroughImpl to report that the inputs are non-direct feedthrough?
I have several state-machines where I am trying not to re-author them. Switching to a Moore state-machine solves the problem. Yet, I just converted from state-based transitions to message-based to aid in mimicking an SoS architecture, where I use the messages to simulate the communication between the nodes of the SoS architecture. These same messages contain relevant information for the state-machine, albeit, following a Moore theme, the outputs are calculated in the State's actions. Yet, because of the use of messages - switching to Moore as the State Machine Type - produces the error for Messages.
I'm exploring if it's possible to set isInputDirectFeedthroughImpl for the State-Flow diagrams, as they are system objects. I could simply report back the inputs are not direct feedthrough.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Simulink Functions dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!