MATLAB: How to change the name of the different figure window from “Figure 1”,”Figure 2″… to user defined names

figuregraphplot

Hi!
I have multiple figures in opening in new windows, with the name of each window as "Figure 1", "Figure 2" etc. Is there a way to change these names to user defined names?
P.S. I'm looking for a solution apart from plot titles!
Thanks!

Best Answer

Set the 'Name' figure property:
fgh = figure('Name','Put the name here!')