MATLAB: How to draw a mesh into a block mask/ icon

icon drawingmaskmeshsimulink

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

Best Answer

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
Related Question