構造体形式かつ double 型以外のデータタイプを持つ変数を、 Simulink.Parameter オブジェクトと関連付け、コード生成するにはどのようにすれば良いですか?
Show older comments
A.x = uint16(10) 、 A.y = uint16(15) ... という構造体の各フィールドに double 型以外の値を格納しています。
この構造体を Simulink.Parameter や mpt.Parameter オブジェクトと関連付けし
てコード生成したい場合、どのようにすれば良いか教えて下さい。
Accepted Answer
More Answers (0)
Categories
Find more on コード生成 in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!