Is it possible to script the "Icon drawing command" of the mask editor ? So that I can change it or set it from a script.
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Lucas Maiß
el 24 de Oct. de 2017
Comentada: Lucas Maiß
el 25 de Oct. de 2017
Is it possible to script the "Icon drawing command" of the mask editor ? So that I can change it or set it from a script.
0 comentarios
Respuesta aceptada
Fangjun Jiang
el 24 de Oct. de 2017
set_param(BlockHandle,'MaskDisplay','plot(1:10)');
get_param(BlockHandle,'MaskDisplay');
Más respuestas (0)
Ver también
Categorías
Más información sobre Author Block Masks en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!