How do I get the handle of the current system in Simulink model?
32 ビュー (過去 30 日間)
古いコメントを表示
I am using get(gcs, 'Handle') but it is showing invalid handle.
0 件のコメント
採用された回答
Gaganjyoti Baishya
2020 年 6 月 24 日
You cannot use 'get' command to get handle of the system. Use get_param instead.
get_param(gcs, 'Handle')
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!