What does get_param(gcb,'blocktype') returns for block which are from non-installed toolbox ?
13 views (last 30 days)
Show older comments
What does get_param(gcb,'blocktype') returns for block which are from non-installed toolbox ?
I thought it was reference but I found couple of them return EmptyBlock. Is there any documenation for it?
0 Comments
Answers (1)
Luca Ferro
on 18 Apr 2023
my guess is that yes, it is a subsystem reference but since the toolbox is not installed you don't have the source of the reference, hence the block shows as empty from a library point of view.
0 Comments
See Also
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!