Difference between revisions of "Programming a GUI"
Jump to navigation
Jump to search
(Created page with "==Introduction== The GUI editor of Matlab is called 'Design App' and is located in the first position on the APPS tab. <pre> N.B. The GUIDE environment will be removed in fut...") |
|||
Line 1: | Line 1: | ||
==Introduction== | ==Introduction== | ||
− | + | In Matlab a Graphical User Interface (GUI) can be build with the GUI editor, which called 'Design App' and is located in the first position on the APPS tab. The old GUI building tool was the GUIDE environment, which was used frequently for experimental interfaces. | |
<pre> | <pre> | ||
− | + | WARNING: The GUIDE environment will be removed in future releases of Matlab. Do not use this for new programs! | |
− | </pre> | + | </pre> |
==Getting started== | ==Getting started== | ||
The opening page of the app designer shows a blank app, two templates and a series of examples. When opening the | The opening page of the app designer shows a blank app, two templates and a series of examples. When opening the |
Revision as of 10:13, 18 September 2024
Introduction
In Matlab a Graphical User Interface (GUI) can be build with the GUI editor, which called 'Design App' and is located in the first position on the APPS tab. The old GUI building tool was the GUIDE environment, which was used frequently for experimental interfaces.
WARNING: The GUIDE environment will be removed in future releases of Matlab. Do not use this for new programs!
Getting started
The opening page of the app designer shows a blank app, two templates and a series of examples. When opening the