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

 Réponse acceptée

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

Plus de réponses (0)

Catégories

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by