Stateflow array of buses
7 ビュー (過去 30 日間)
古いコメントを表示
Valentin Kaisermayer
2018 年 2 月 1 日
回答済み: Valentin Kaisermayer
2018 年 2 月 2 日
Hello,
i have working Matlab code with a section of it like this:
coefs(1).c = a1;
coefs(2).c = a2;
coefs(3).c = a3;
where
a1, a2, a3
are 2x6 arrays.
Now I wanted to implement this in a stateflow diagramm but I can't figure out how to define the bus for stateflow.

the corresponding stateflow code is like the above code and the datatyp of the variable "coefs" is "COEFS".
Valentin
0 件のコメント
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で View and Analyze Simulation Results についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!