logo for matrixlab-examples.com
[?] Subscribe To This Site

XML RSS
Add to Google
Add to My Yahoo!
Add to My MSN
Subscribe with Bloglines


Home
Welcome Matrixmania Blog
-> Sitemap / Search <-
-> Books <-
Forums and Help
Contact
Basics Quick Matlab Guide
Matlab Tutorial
Matlab Examples
Matlab Flow Control
Boolean Logic
Plots and GUI Matlab 2D Plots
Matlab 3D Plots
Matlab GUI
Applications Calculus
Linear Algebra
Matlab Cookbook I
Matlab Cookbook II
Electrical Calculations
Probability and Stats
Finance Apps
Other Relevant Links
Notes on Computing
Online Calculators
Fun!
Your own Website?
Terms/Policies
Scilab
leftimage for matrixlab-examples.com

Matlab GUI - Video

This video demonstration shows you how to create a Matlab GUI (graphical user interface).
 
You can use a very handy tool named ‘guide’ (development environment for GUIs). You can start with some pre-built templates and the tool shows icons for objects (components) that you can drag-and-drop onto your layout.

There are push-buttons, editable-texts, graphics, panels... and many other elements. The example developed along this video allows you to choose from a group of data sets and display it with a specific plot type.  

You can duplicate controls (copy-paste) using your mouse, and can position the elements with click-and-drop actions, as normally done in Windows-based programs. Properties for controls allow you to modify their initial condition or behaviour. The concept of ‘callback’ function is also introduced.
 

 
 
 From 'Matlab GUI video' to home

 From 'Matlab GUI video' to 'GUIs Menu'
  
Top

First GUI

Callback Functions




footer for video matlab GUI page