How do I get the handle of the current system in Simulink model?
34 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hanif Ahmed
am 24 Jun. 2020
Kommentiert: Hanif Ahmed
am 24 Jun. 2020
I am using get(gcs, 'Handle') but it is showing invalid handle.
0 Kommentare
Akzeptierte Antwort
Gaganjyoti Baishya
am 24 Jun. 2020
You cannot use 'get' command to get handle of the system. Use get_param instead.
get_param(gcs, 'Handle')
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!