Info

This question is closed. Reopen it to edit or answer.

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

3 views (last 30 days)
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.

Answers (1)

stozaki
stozaki on 9 Jan 2020
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

This question is closed.

Products


Release

R2019a

Community Treasure Hunt

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

Start Hunting!