This tag deals with questions about adding, removing or modifying interactive controls in MATLAB figures. This tag should be used primarily when adding or creating GUIs **programmatically**. For questions about either of MATLAB's GUI-building tools, consider tagging with [tag:matlab-guide] or [tag:matlab-app-designer] when applicable.
MATLAB GUIs (also known as graphical user interfaces or UIs) are front ends that provide point-and-click control to MATLAB programs. GUIs eliminate the need to type commands in order to run an application, and are typically used to automate some task or calculation. The GUI typically contains controls such as menus, toolbars, buttons, and sliders.
Sources: