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!