Get rid of “Figure 1” in the title of the figure
问题 I have a figure that I want his name to be Step 2 of 3: Simulation Plot Window , but its name is: figure 2: Step 2 of 3: Simulation Plot Window . How can I change his name to the name I want? I don't know if it's necessary, but in the start of the code I wrote: hFig = figure('Name','window 1','Visible','Off'); and Towards my code ends, I write: hFig = figure('Name','Step 2 of 3: Simulation Plot Window','Menubar','none', 'Resize','off', ... 'WindowStyle','modal', 'Position',[300 300 1150 600])