You are on page 1of 15

GRAPHICAL USER INTERFACE

Using GUIDE tool in MATLAB

Setu A. Paghdar
Electrical Department
MEFGI.

G R A P H I C A L U S E R I N T E R FA C E

Graphical user interface is a type of user interface


that allows users to interact with programme through
graphical icons and visual indicators

GUIDE

M AT L A B p r o v i d e s G r a p h i c a l U s e r I n t e r f a c e
Development Environment(GUIDE)

Decide between using GUIDE or writing the code from


scratch

What is a Callback?

A callback is a sequence of commands which


are implemented by activating a graphics
object.

Push Buttons

The push button is widely prevalent style


that is used primarily to indicate that a
desired action should immediately take
place.

E d i t a b l e Te x t

Used in situations that require the user to


enter and show, strings or characters or
numbers.

Check Box

Useful for representing two states of an


option that you may want to provide
( u s u a l l y a s o n a n d o ff ) .

Used know choice

Radio Button

Similar to the check box in that there are


t w o s t a t e s a s s o c i a t e d w i t h e a c h o t h e r.

Static text

simulation to show static information


Available for creating labels, status
messages or other information
p e r t i n e n t t o t h e u s e r.
Used in

Static text does not perform any action.

Pop-up Menus

Used in situations where multiple


choices need to be available to the
u s e r.

List Boxes

Very similar to pop-up menus.

T h e m a i n d i ff e r e n c e w i t h a l i s t b o x i s
that you can make the set of options
visible to the user at all times.

Sliders

U s e f u l i n r e p r e s e n t i n g a fi x e d r a n g e
of values from which to choose.

Plot

Plot is use to plot the functions

Fr a m e s

Provide a solid background that helps


components into one interface.

Thank
Setu Paghdar

Paghdar.setu@gmail.com

you

You might also like