Development of Graphical User Interface É 363
12.9 Development of Graphical User Interface
A Graphical User Interface (GUI) is a pictorial interface to functions/programs/models. GUI-
provides a portal to execute the desired programs/functions and models through mouse clicks
(or keyboard inputs) on a single window. Such inputs are known as events, and a program that
responds to events is said to be event driven. The three principal elements required to create a
MATLAB GUI are as follows:
1. Components: Each item on a MATLAB GUI (e.g., pushbutton, labels and edit boxes) is a
graphical component. The types of components include graphical control (such as push but-
tons, toggle buttons, edit boxes, lists, sliders, etc.) and static elements (such ...