Simulink : Get handle of a Matlab-Function block, inside Matlab-Function itself
3 ビュー (過去 30 日間)
古いコメントを表示
Hello,
Is there a way to get handle of a Matlab-Function Simulink block inside of the Matlab-Function itself?
Thanks!
0 件のコメント
採用された回答
Fangjun Jiang
2020 年 2 月 20 日
I would think so, just try handle=get_param(Block,'handle') where "Block" is the full path of the MATLAB function block in your Simulink model.
3 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Simulink Functions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!