How to access Data dictionary data in matlab function block simulink
17 ビュー (過去 30 日間)
古いコメントを表示
I am having problems with using data from data dictionary in a matlab function block. If i have some constants store in the data dictionary that i want to use inside a matlab function block, how do i do that?
0 件のコメント
回答 (1 件)
Fangjun Jiang
2018 年 11 月 1 日
Add a "data" to the MATLAB Function block and specify its scope as "Parameter" (rather than input or output). Have "data" defined in your Simulink data dictionary.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Manage Design Data についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!