How can I read Simulink comments (annotations) from the Matlab command window?

Answers (1)

What do you really mean by "read"?
vdp;
a=find_system('vdp','FindAll','On','type','annotation');
b=get(a,'Name')
celldisp(b)

Categories

Asked:

on 27 Nov 2018

Answered:

on 27 Nov 2018

Community Treasure Hunt

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

Start Hunting!