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)
Show older comments
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.
0 Comments
Answers (1)
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
0 Comments
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!