Feeds
提问
How do I check programmatically if an annotation in Simulink has an image in it?
I have an annotation in my Simulink model, and I am accessing programmatically. I want to know how I can check if there is an i...
5 years 前 | 0 个回答 | 0
0
个回答已回答
get_param(annotation,'Text') has inconsistent format
I now found the answer, if I change the 'Interpreter' to 'off', I can obtain plain text.
get_param(annotation,'Text') has inconsistent format
I now found the answer, if I change the 'Interpreter' to 'off', I can obtain plain text.
5 years 前 | 0
| 已接受
提问
get_param(annotation,'Text') has inconsistent format
I am trying to obtain the annotation texts from all of my subsystems in Simulink programmatically, and then edit them. First, I...
5 years 前 | 1 个回答 | 0