How to remove the MATLAB logo when masking a MATLAB Function block in Simulink?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
When I create a mask for a Matlab Function block in Simulink the Matlab logo remains, so it becomes very difficult to read anything written inside it. The only way I found to overcome this problem was to create a Subsystem containing the Matlab Function only... Is there any other, more elegant, way?
0 commentaires
Réponses (2)
Damon Delorenzis
le 30 Mai 2018
Modifié(e) : Damon Delorenzis
le 30 Mai 2018
Typing the following in the Icon drawing commands field will get rid of the logo and add port labels.
patch([0 1 1 0],[0 0 1 1],[1 1 1]); port_label('input',1,'x'); port_label('output',1,'y');
0 commentaires
Voir également
Catégories
En savoir plus sur Interactive Model Editing 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!
