How to check into simulink test sequence a local signal into the model
4 views (last 30 days)
Show older comments
I would like to check the state of the FSM into a stateflow chart without creating an output variable. And in a similar way some local variables.
I need to check it with verify statement into a test sequence block.
I tried using data store memory and simulink signal but i have problem with red/write consequentially action. I know i could remove that error from model configuration but i want to mantain to be compliant with my workflow.
2 Comments
Pat Canny
on 10 Apr 2024
Hi @Claudio Rosso - have you looked into Observers? https://www.mathworks.com/help/sltest/ug/access-model-data-wirelessly-by-using-observers.html
Answers (0)
See Also
Categories
Find more on Inputs in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!