フィルターのクリア

How do I get the handle of the current system in Simulink model?

52 ビュー (過去 30 日間)
Hanif Ahmed
Hanif Ahmed 2020 年 6 月 24 日
コメント済み: Hanif Ahmed 2020 年 6 月 24 日
I am using get(gcs, 'Handle') but it is showing invalid handle.

採用された回答

Gaganjyoti Baishya
Gaganjyoti Baishya 2020 年 6 月 24 日
You cannot use 'get' command to get handle of the system. Use get_param instead.
get_param(gcs, 'Handle')
  1 件のコメント
Hanif Ahmed
Hanif Ahmed 2020 年 6 月 24 日
Oops. Sorry my mistake. Thank you!!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeProgrammatic Model Editing についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by