How to I put Simulink mask icon drawing code in an m-file
    2 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
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 comentarios
  Kaustubha Govind
    
      
 el 27 de Mzo. de 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.
Respuestas (0)
Ver también
Categorías
				Más información sobre Author Block Masks en Help Center y File Exchange.
			
	Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

