How can I wrote simulink annotation ?
1 view (last 30 days)
Show older comments
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 Comments
Answers (1)
Vijaya Lakshmi Chagi
on 14 Mar 2019
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 Comments
See Also
Categories
Find more on Model, Block, and Port Callbacks in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!