Is GUIDE option avaibale in MATLAB 2020?
15 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
John Doe
el 8 de Mayo de 2020
Editada: Bruno Luong
el 25 de Mayo de 2021
I want to know if one can still use the GUIDE option to build GUI like before in MATLAB 2020? Or it has been removed and one has to use the App designner by default?
Thanks in advance!
1 comentario
Rik
el 13 de Mayo de 2020
This might also be a useful link: https://www.mathworks.com/matlabcentral/answers/483657-how-to-create-a-gui
Respuesta aceptada
Steven Lord
el 8 de Mayo de 2020
GUIDE is still available in release R2020a, though as the note at the top of its documentation page and the entry in the Release Notes for R2019b both state it will be removed in a future release. See the GUIDE Migration Strategies page in the documentation for suggestions on how to prepare for this removal.
12 comentarios
Rik
el 25 de Mayo de 2021
I you use it simply as a layout tool, doesn't it annoy you that it doesn't provide a 'snap to grid' functionality?
Getting the first approximation of the layout is the only usefull purpose I see for GUIDE, but it simply lacks the controls I want for a proper layout. And that seems to be the only thing you use it for, so I don't see why you would have any issues moving away from GUIDE.
You could even start a collaborative effort to create a GUIDE-replacement that will let you create the layout and then generates the code for the placement. GUILT might already be what you need, although that might limit compatibility, I have never tried it.
Bruno Luong
el 25 de Mayo de 2021
Editada: Bruno Luong
el 25 de Mayo de 2021
Yes I use GUIDE to design the layout, add new control, new button in toolbar and menu on the main window. GUIDE fills my need. It mght lack feature, but I don't feel what mess it creates as you guys do.
The headeach part is usuially to deal with figure resizing. I hope someday we have a better design tool to properly deal with resizing and different monitor DPI.
Más respuestas (0)
Ver también
Categorías
Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!