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