How can I draw a mesh into a block mask/ icon?

1 view (last 30 days)
Hello, I have a masked Simulink block. Now I want to draw a mesh into the icon. Unfortunately the mesh is drawn into an own window, instead of into the icon. "plot" on the other side works correctly.
Is there a solution to this?
Thanks in Advance Torsten Knodt

Accepted Answer

Lucas Lebert
Lucas Lebert on 3 Feb 2017
Hi Torsten, the mesh command is not supported as a Mask icon drawing command. You can find a list of supported commands in the following link under "Mask icon drawing commands": https://www.mathworks.com/help/releases/R2016b/simulink/gui/mask-editor-overview.html#bu04cv4 As a workaround you can plot the mesh in MATLAB, create an image from it and display it in the block mask using the "image" command. Have a great day, Lucas

More Answers (0)

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!