open .m file GUI in GUIDE

5 visualizaciones (últimos 30 días)
Lotte
Lotte el 14 de Dic. de 2023
Respondida: Fangjun Jiang el 14 de Dic. de 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?

Respuestas (1)

Fangjun Jiang
Fangjun Jiang el 14 de Dic. de 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.

Categorías

Más información sobre Environment and Settings en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by