How can I read Simulink comments (annotations) from the Matlab command window?
Show older comments
How can I read Simulink comments (annotations) from the Matlab command window?
Answers (1)
Fangjun Jiang
on 27 Nov 2018
What do you really mean by "read"?
vdp;
a=find_system('vdp','FindAll','On','type','annotation');
b=get(a,'Name')
celldisp(b)
Categories
Find more on Simulink Environment Customization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!