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

 채택된 답변

Gaganjyoti Baishya
Gaganjyoti Baishya 2020년 6월 24일

1 개 추천

You cannot use 'get' command to get handle of the system. Use get_param instead.
get_param(gcs, 'Handle')

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기

태그

질문:

2020년 6월 24일

댓글:

2020년 6월 24일

Community Treasure Hunt

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

Start Hunting!

Translated by