Matlab Syllabus - Building Graphical User Interface

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

MATLAB SYLLABUS

Handle Graphics

BUILDING GRAPHICAL USER INTERFACE


Objective: Review Handle Graphics concepts and manipulate
graphics objects programmatically.

Components of a GUI Application

Objective: Create functional user interface controls on a MATLAB


figure window.

Programming Considerations for GUI


Applications

GUIDE workflow
GUIDE layout
Object properties
GUIDE code template

Objective: Modify the callback function stubs created by GUIDE to


create a fully functional GUI.

Deploying GUI Applications

Function callbacks
Local GUI data
Data organization
Callback data

Objective: Use GUIDE to interactively design a graphical user


interface.

Programming GUI Applications Using


the GUIDE Template

UI control objects
Object position
Callbacks
Event execution
Edit boxes

Objective: Apply programming techniques to build robust, selfcontained GUIs, and to organize GUI data.

Layout of GUI Applications Using


GUIDE

Graphics objects
Object handles
Property name/property value pairs
Object hierarchy
Current axes and figures

GUI data
GUI data additions and modifications
Wrapper GUI

Objective: Generate a standalone executable from a GUI that can be


shared with others.

Deployment overview
Deployment project setup
Standalone executable files

You might also like