Simulink. Is it possible to get the area's position by programming?

1 vue (au cours des 30 derniers jours)
Hi,
I would like to get the coordinates of a Simulink area element with Matlab programmig in the same way I can get it for subsystems (get_param(gcb, 'position') but since the area elements are format elements I don`t know if is it possible.
Thank you.

Réponse acceptée

Mark McBroom
Mark McBroom le 15 Juin 2020
handle = find_system(gcs, 'FindAll', 'on', 'type', 'annotation', 'AnnotationType', 'area_annotation', 'selected', 'on')
get_param(handle,'Position')

Plus de réponses (0)

Catégories

En savoir plus sur Create Large-Scale Model Components dans Help Center et File Exchange

Produits


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by