How to programmatically add images in masks?
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How to programmatically add images in masks???
Use the script to achieve the following functions
Can this function “Simulink.Mask.convertToInternalImage” achieve this functionality? Can you provide an example?
Thanks!!!
0 commentaires
Réponses (1)
Rasmita
le 7 Août 2023
Hi,
It is my understanding that, you are trying to add images as icons on a Simulink mask programmatically.
To achieve this, you can use following line of code:
set_param(gcb,'MaskDisplay','image(''image1.jpg'')');
For more information, refer to below documentation link:
Hope this helps!
Regards,
Rasmita
0 commentaires
Voir également
Catégories
En savoir plus sur Author Block Masks dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!