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

조회 수: 34 (최근 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')

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Simulink에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by