Stateflow: Output appears after some time/steps for a function call
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Varunjith Vijayan
il 25 Mag 2018
Risposto: Varunjith Vijayan
il 5 Giu 2018
I am using stateflow diagrams for a model and it is having multiple statecharts. The statecharts are having graphical functions and it is available globally. In one of the graphical functions, an output variable is changing. When I call this function, the output is changing after few seconds of time of execution. Example of function:
function StateSampleFunc(InputVar)
OutVariable = InputVar; %Weitten on transition
The InputVar is visible on the OutVariable after few seconds of calling the function StateSampleFunc.Is this expected for a bigger models having multiple statecharts and outputs?
2 Commenti
TAB
il 25 Mag 2018
Seems like implementation/logic issue. Not Stateflow problem. Where are you checking OutVariable ? On Scope ?
Can you share your model or part of model ?
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Simulink Functions in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!