How can i copy .fig file in matlab ?

Yesterday, i try to copy A.fig and its A.m files with different name (B.fig and B.m). But when i ran those copied program, the program still ran A.fig and A.m files. Which i had changed entire code that have relation to the file name (A) with the new one (B). By the way i am using R2015B because i has 32bit laptop

2 Comments

Hi
Did you find an answer for the problem u were facing.. I am facing the same.
Let me know if you did.
The "Save As in GUIDE" solution I posed is the answer.

Sign in to comment.

 Accepted Answer

madhan ravi
madhan ravi on 28 Oct 2018

3 Comments

Actually i wanna copy the existing GUI which is A.fig and A.m with the new one (B.fig and B.fig) properly in matlab. Because if i copy and rename those files from windows explorer manually. Those rename files would run the existing GUIA (A.fig and A.m) instead of GUIB(B.fig and B.m). How can i do this thing ?
Open the GUI in GUIDE, and then in the File menu, tell it to Save As and give the new name. GUIDE will take care of altering all of the names.
Thanks Walter this answered my question. Actually i had figured out file menu in my GUI. but i didn't see anything dropdown menu there until i restart my laptop and then the dropdown menus show up.

Sign in to comment.

More Answers (0)

Categories

Find more on Creating, Deleting, and Querying Graphics Objects in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!