Info
この質問は閉じられています。 編集または回答するには再度開いてください。
How can I add a test annotation to a simulink model using API
1 回表示 (過去 30 日間)
古いコメントを表示
Hello everyone,
I need to add a comment/annotation to simulink models using the API. I know how to do it manually but I am trying to automatize a process where some info will need to be added to the .slx file in the form of a annotation in the top view of the model.
Is this possible to do using an API? and if so, where can I find more info about it?
Thank you
0 件のコメント
回答 (1 件)
Sai Sri Pathuri
2020 年 5 月 7 日
note = Simulink.Annotation('Model/Your annotation');
note.position = [x,y]
Refer the following documentation for more details
0 件のコメント
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!