How to I put Simulink mask icon drawing code in an m-file
2 views (last 30 days)
Show older comments
I read Seth Popinchalk's post on locating code in m-files rather than in the mask fields. I'd like to do this with my "icon drawing commands" which draws a background image and/or labels ports.
All works fine if I do this in the "icon drawing commands" field of the mask:
image(imread('pic.jpg'))
port_label('input', 1, 'my_input')
But if I put it in DrawMyIcon.m and call that m-file in the "icon drawing commands," then I get a separate figure popping up.
My ultimate aim here is to make this, like the rest of my code, encrypted/obfuscated pcode for distribution to customers.
2 Comments
Kaustubha Govind
on 27 Mar 2013
mlimber: Thanks for posting your solution! I'd recommend posting it as an answer and accepting it, so it is clear that this question has been resolved.
Answers (0)
See Also
Categories
Find more on Author Block Masks in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!