How to get the property assigned block in annotation in command prompt
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
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)
stozaki
am 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
Diese Frage ist geschlossen.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!