How do I get the handle of the current system in Simulink model?
20 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hanif Ahmed
il 24 Giu 2020
Commentato: Hanif Ahmed
il 24 Giu 2020
I am using get(gcs, 'Handle') but it is showing invalid handle.
0 Commenti
Risposta accettata
Gaganjyoti Baishya
il 24 Giu 2020
You cannot use 'get' command to get handle of the system. Use get_param instead.
get_param(gcs, 'Handle')
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!