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

Réponses (1)

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

Catégories

En savoir plus sur Simulink Environment Customization dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by