Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7927607
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T19:23:38+00:00 2026-06-03T19:23:38+00:00

In MATLAB R2011b, I have a script which explicitly specifies a figure number (say,

  • 0

In MATLAB R2011b, I have a script which explicitly specifies a figure number (say, Figure 1) and plots on it. I wish to keep this plot open and run the script again with different parameters, so that I can visually compare the new and previous plots.

How can I rename the previous figure (to, say, Figure 2) so that the new plot does not overwrite it, and thus allowing both plots to be visible, without

  • Modifying the script, or
  • Saving the previous figure as a .fig file and reopening it as another figure

from both

  1. The command line, and
  2. using the figure’s GUI?
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T19:23:40+00:00Added an answer on June 3, 2026 at 7:23 pm

    You can use getobj to copy the contents of one figure to another:

    % get handle of the old figure
    oldFigHandle = gcf;
    
    % create new figure 
    newFigHandle = figure+1;
    
    % copy the contents from one figure the other
    copyobj(get(oldFigHandle , 'children'), newFigHandle);
    

    Other properties can be copied using the set and get commands:

    set(newFigHandle, 'color', get(oldFigHandle , 'color'));
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In MATLAB (r2009b) I have a uint32 variable containing the value 2147484101. This number
In MATLAB, I have data which looks like this: 5 7 1 5 8
Using MATLAB, I have this code: value = input('>> Enter a value: '); and
I am reviewing this MATLAB code ,and it have some examples, I am executing
I have been trying to follow this example for compiling vtk in MATLAB using
In Matlab (Neural Network Toolbox + Image Processing Toolbox), I have written a script
In MATLAB, I have an equation a*x+b=0 for which I have a and b
In MATLAB, why does the file have to be saved prior to running ?
Some MATLAB help needed ! I have an set of 1s and 0s, I
In matlab there is a special function which is not available in any of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.