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

답변 (1개)

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

카테고리

도움말 센터File Exchange에서 Simulink Environment Customization에 대해 자세히 알아보기

질문:

2018년 11월 27일

답변:

2018년 11월 27일

Community Treasure Hunt

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

Start Hunting!

Translated by