How can I define a custom BlockType in Simulink
이전 댓글 표시
Hello,
When I create a custom block using an S-function, the BlockType of this block, by using
get_param(myblock, 'BlockType')
is displayed as S-Function .
If now I put a mask on my custom block, the block type will be displayed as Reference .
How can I get this to return something like Mycustomblocktype ?
Thank you,
Jack
댓글 수: 2
Jacques
2014년 2월 23일
Daniel
2014년 7월 3일
I have the same problem. How can i change BlockType which is always marked as readonly? Currently the BlockType inherit from previous block like subsystem, s-function etc. I need my own types and using an additional attribute is more a hack than a solution for this problem.
채택된 답변
추가 답변 (1개)
Kaustubha Govind
2014년 7월 10일
1 개 추천
The BlockType parameter cannot be customized, and is only defined by internal blocks. For your case, perhaps you could use MaskType instead?
카테고리
도움말 센터 및 File Exchange에서 User-Defined Functions에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!