How can I wrote simulink annotation ?
조회 수: 1 (최근 30일)
이전 댓글 표시
Sir I want to write annotation in my simulink programme. I show annotation in "ssc_refrigeration" as above. When I tried to make my annotation. There was a problem say I can make only one link my whole text become blue at a time. Please give me code for same. And I want to know that where they worte their callback in above code. For reference you can refer file "ssc_refrigeration"
댓글 수: 0
답변 (1개)
Vijaya Lakshmi Chagi
2019년 3월 14일
Hi Yash,
Not sure what you meant by the whole test become blue at a time.
You can make annotations interactive by using hyperlink or any content of text annotation. This documentaion link explains on how to make annotation interactive : https://www.mathworks.com/help/simulink/ug/annotations.html#bvfbj85-1
The callbacks can be viewed from File > Model Properties > Model Properties, then go to the Callbacks tab. You should be able to find all the model callbacks.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Model, Block, and Port Callbacks에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!