How can I read Simulink comments (annotations) from the Matlab command window?
Mostrar comentarios más antiguos
How can I read Simulink comments (annotations) from the Matlab command window?
Respuestas (1)
Fangjun Jiang
el 27 de Nov. de 2018
What do you really mean by "read"?
vdp;
a=find_system('vdp','FindAll','On','type','annotation');
b=get(a,'Name')
celldisp(b)
Categorías
Más información sobre Simulink Environment Customization en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!