HOW TO CHANGE WINDOWS NAME

2 visualizaciones (últimos 30 días)
AVINASH
AVINASH el 8 de Sept. de 2024
Editada: Muath el 8 de Sept. de 2024
HOW TO CHANGE WINDOWS NAME

Respuestas (1)

Muath
Muath el 8 de Sept. de 2024
Editada: Muath el 8 de Sept. de 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

Categorías

Más información sobre Interactive Control and Callbacks 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!

Translated by