The r2019b release of Matlab often causes a problem when editing a GUI in GUIDE. AnnotationPane objects were added to certain GUI components and when certain properties are changed from within GUIDE, an error dialog appears preventing the user from making changes to the GUI.
This file (guidefunc.m) acts as a wrapper function to Matlab's guidefunc() by searching for and deleting AnnotationPane objects prior to loading the GUI into GUIDE.
Simply add this file to your Matlab path and open your GUI in GUIDE as you normally would. See the help section for important information.
This function is in the beta stage and your feedback for is much appreciated (email address in file).
For discussion on this top in the forum, see
https://www.mathworks.com/matlabcentral/answers/482510-annotationpane-handle-appearing-in-guide-guis-with-panel-axes-in-r2019b
Special thanks to Brunno Machado de Campos for providing an additional test GUI and feedback.
Adam Danz (2019). Patch for annotationPane errors in GUIDE [Beta] (https://www.mathworks.com/matlabcentral/fileexchange/73400-patch-for-annotationpane-errors-in-guide-beta), MATLAB Central File Exchange. Retrieved .
1.0.3 | Added beta to title and description; no change to file. |
|
1.0.2 | Changes to file description (file not changed) |
|
1.0.1 | Title and description changes. |
Create scripts with code, output, and formatted text in a single executable document.