MATLAB: Image on mask in Simulink

imagemaskport labelssimulink

Hi everyone
I'm trying to add an image as part of a mask in Simulink. I can add the image, no problem.
However, the image blocks out my port labels. Is there anyway I can display the image and show the port labels? Is maybe there a way one can shrink the image on the mask?
Any ideas?
Amir

Best Answer

Setting the "Icon Transparency" to "Transparent" should show the port labels underneath. Alternately, you could use the port_label function to draw port labels to overlay them over the image.