Doug's MATLAB Video Tutorials

February 6th, 2013

Introduction to GUI building with GUIDE in MATLAB

As we approach video number three hundred on this blog, I thought it was time to remake the original video that got this all started. I still refer people to it on a weekly basis. This shows you how to make a simple GUI in MATLAB.

The basics of GUIDE are:

  • Lay out controls of the GUI
  • Wire up callbacks, the function that runs when you interact with the controls
  • Gather data from the controls

This series shows these basic skills. They allow you to make a wide array of GUIs very easily.

2 Responses to “Introduction to GUI building with GUIDE in MATLAB”

  1. Claudio Gelmi replied on :

    Thanks Doug for the remake of a classic! I started using Guide after watching your original video back in 2005 :)

  2. doug replied on :

    That is great! Thanks. It is good to know these are making a real difference for people.

Leave a Reply

Wrap code fragments inside <pre> tags, like this:

<pre class="code">
a = magic(3);
sum(a)
</pre>

If you have a "<" character in your code, either follow it with a space or replace it with "&lt;" (including the semicolon).


MathWorks

Doug Hull is a proud MathWorker who is on a mission to help you with MATLAB.

Doug's picture

These postings are the author's and don't necessarily represent the opinions of MathWorks.