Is it possible to add Area annotation programmatically?
10 次查看(过去 30 天)
显示 更早的评论
Hi,
I was wondering if it would be possible to programmatically add area annotation to a model in Simulink.
I have used Simulink.Annotation() to add textual annotation which works fine. I'm looking for a way of highlighting a particular section of the model programmatically depending on certain conditions. The size and position of the area would be determined at runtime.
Any pointers would be much appreciated.
Thank you,
sunny
0 个评论
采纳的回答
Fangjun Jiang
2018-5-9
An "Area" is an "Annotation", with empty "Name", "DropShadow" set as "On".
3 个评论
Fangjun Jiang
2018-5-9
You are right, although my statement is also true if you run get_param() on an "Area" and an "Annotation". Anyway, I found a way to create an "Area" by command line:
f14;
add_block('built-in/Area','f14/area','position',[500,20,900,400])
更多回答(1 个)
daanav
2018-9-11
A follow up question to this. Can one take a screenshot of only the area created?
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Simulink Functions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!