Clear Filters
Clear Filters

open .m file GUI in GUIDE

8 views (last 30 days)
Lotte
Lotte on 14 Dec 2023
Answered: Fangjun Jiang on 14 Dec 2023
Hello,
I am new to Matlab GUI and I have a .m file that contains all the info for an already existing GUI. I would like to open this .m file in Guide so I can adjust the positions and add new components. Is there a way to do this? Is there another way maybe where I can visually adjust?

Answers (1)

Fangjun Jiang
Fangjun Jiang on 14 Dec 2023
It depends. If the existing tool is developed using GUIDE and the GUI components are saved in a .fig file, then you can use GUIDE to open that .fig file and modify the GUI components directly.
But the tool could be developed and saved entirely in an .m file, using uifigure(), uibutton(), uicheckbox(), etc. then you have to read the .m file and find the places where the positions are set and modify it.
BTW, Warning: GUIDE will be removed in a future release. Use APPDESIGNER instead.

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Products


Release

R2023a

Community Treasure Hunt

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

Start Hunting!