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年以上 前 | 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年以上 前 | 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年以上 前 | 1 件の回答 | 0