How to get the property assigned block in annotation in command prompt

In Matlab2019, I can asisgn the annotation to one block in Simulink model by adding a line between them.
In annotation class, I didn't find any properties, which is related to the assigned block.
How to get the property assigned block in command prompt? Thank you.

Antworten (1)

Hello Tianqing,
Please try following command.
annotationLists = find_system(gcs,'FindAll','on','type','annotation');
Please refer to the following documents for more information.
Regards,
stozaki

Diese Frage ist geschlossen.

Produkte

Version

R2019a

Gefragt:

am 23 Okt. 2019

Geschlossen:

am 20 Aug. 2021

Community Treasure Hunt

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

Start Hunting!

Translated by