Image will not stay as icons in block library
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Adam Keller
le 22 Juin 2015
Commenté : Ludo Houben
le 5 Juil 2023
I'm making a simulink library and to personalize it, I am adding an icon to the block. The only issue is, when I close the library, I get a '???' in the middle, and I am able to apply the image again after I imread the image in the command line. What am I missing?
image(imread('BW.jpg'),[.35, .3, .3, .4],'on')
port_label('output', 1, 'signal out')
port_label('input', 1, 'signal in')
port_label('input', 2, 'tau')
0 commentaires
Réponse acceptée
Drew Davis
le 23 Juin 2015
1 commentaire
Ludo Houben
le 5 Juil 2023
Hi Drew
I cannot view your supplied answer page. Is it missing or are there regional conditions?
Cheers
Ludo
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Sources dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!