How can I draw a mesh into a block mask/ icon?
10 views (last 30 days)
Show older comments
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
0 Comments
Accepted Answer
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
0 Comments
More Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!