Use struct data from MATLAB workspace in Stateflow
10 ビュー (過去 30 日間)
古いコメントを表示
I have a struct in the MATLAB workspace with some values and some arrays stored in it. I need to access some of the values from this struct in a Stateflow block in Simulink. What is the best way to be able to access these values?
My struct name is 'A' and I want to access the value 'b'. In Stateflow, I tried just referencing 'A.b' as I would in MATLAB, and it does not work.
I have seen that using a bus might be possible, but I cannot find a way to convert a struct to a bus and then use that bus as an input to the Stateflow.
0 件のコメント
採用された回答
Mark McBroom
2020 年 7 月 11 日
In Stateflow, define your struct A as a Parameter. See attached example.
その他の回答 (1 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!