HOW TO CHANGE WINDOWS NAME
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
HOW TO CHANGE WINDOWS NAME
0 commentaires
Réponses (1)
Muath
le 8 Sep 2024
Modifié(e) : Muath
le 8 Sep 2024
I believe you are referring to the window for the figures. If it was the case then you can use:
figure('Name','Test')
This will give you a window with this name:
Figure 1: Test
If you want to remove Figure 1 part you have to use this:
figure('Name','Test','NumberTitle','off');
This will give a window with this name:
Test
0 commentaires
Voir également
Catégories
En savoir plus sur Interactive Control and Callbacks 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!