How do I get the handle of the current system in Simulink model?
10 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hanif Ahmed
le 24 Juin 2020
Commenté : Hanif Ahmed
le 24 Juin 2020
I am using get(gcs, 'Handle') but it is showing invalid handle.
0 commentaires
Réponse acceptée
Gaganjyoti Baishya
le 24 Juin 2020
You cannot use 'get' command to get handle of the system. Use get_param instead.
get_param(gcs, 'Handle')
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!