Actually, even with a mask, the block type is displayed as S-function. However, if I export the variable to a c program, it will then be displayed as Reference. Why is this ??
How can I define a custom BlockType in Simulink
4 次查看(过去 30 天)
显示 更早的评论
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 个评论
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
The BlockType parameter cannot be customized, and is only defined by internal blocks. For your case, perhaps you could use MaskType instead?
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!