Patch for annotationPane errors in GUIDE [Beta]

バージョン 1.1.2 (3.95 KB) 作成者: Adam Danz
A patch to the problem of editing GUIs in GUIDE in r2019b (and later?)
ダウンロード: 177
更新 2021/3/17

ライセンスの表示

Note: Matlab has since patched this problem in update #3 for r2019b: https://www.mathworks.com/support/bugreports/2083859

This file is therefore no longer supported.

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 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 (2024). 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. 取得済み .

MATLAB リリースの互換性
作成: R2019b
R2019b と互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersMigrate GUIDE Apps についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.1.2

Changes to file exchange description only.

1.1.1

Updated description to announce Matlab's patch in update #3 in r2019b.

1.1

When this function is accessed from a Matlab release prior to r2019b, instead of throwing an error a warning dialog is displayed one time only and the inputs to the function are all directly sent to Matlab's built-in function.

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.

1.0.0