How can I read Simulink comments (annotations) from the Matlab command window?
이전 댓글 표시
How can I read Simulink comments (annotations) from the Matlab command window?
답변 (1개)
Fangjun Jiang
2018년 11월 27일
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에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!