Stuart’s MATLAB Videos

Watch and Learn

Posts 21 - 30 of 40

搜索结果: Topic: GUI or GUIDE

MATLAB Basics: Adding a toolbar to a GUI 17

People often make their own GUIs in GUIDE and they have a data visualization. When you embed an axis in your own GUI rather than using a figure window, you lose the built in toolbar that has zoom,… 更多内容 >>

Accessing data from one widget to another in GUIDE 4

Last time, I showed how to add the newly documented UITABLE to a GUI. [click here] There were a few questions [click here] about how to access the data in the UITABLE from the callback of another… 更多内容 >>

MATLAB Basics: Adding a table to a GUI 27

MATLAB GUI developers often want to have a mini-spreadsheet in their GUI. This can be done with a new widget added to the set of controls available in GUIDE. Now with UITABLE you can add that… 更多内容 >>

Advanced MATLAB: Handles and other inputs to GUIDE callbacks 22

There are three inputs to every automatically generated callback from GUIDE: function edit1_Callback(hObject, eventdata, handles) A common question that I am asked is “What is the handles… 更多内容 >>

Widgetpalooza: 12 widgets coded up in a GUI 16

This short video starts with two minutes of trying every widget on the example GUI. Then there is five and a half minutes of showing the callbacks on the widgets. Push button Push button with a… 更多内容 >>

MATLAB Basics: Change the string on a button when pushed 2

January t-shirt winner will be announced on Friday. There is no survey for this video, but you can still get in on last week’s survey to win a MATLAB t-shirt. This two and a quarter minute… 更多内容 >>

File Promo: Hexxagon

I normally tend to the more serious side when making Picks of the Week and shy away from the games that are made with MATLAB. However, this week I was compelled to choose a game. It is a great… 更多内容 >>

MATLAB Basics: GUIs without GUIDE 10

GUIDE is the standard way of creating GUIs in MATLAB, but sometimes it is better to make the GUI programmatically. This often happens when you want to easily create and destroy buttons and other… 更多内容 >>

Advanced MATLAB: Compiling a GUI 63

This video shows how to use DEPLOYTOOL to create a project and compile it so that it can be used outside of MATLAB, meaning you can give it to someone that does not own MATLAB and they can still run… 更多内容 >>

Coaching call to debug GUI 1

This video is a departure from my other videos. This video captures a coaching call between Edgar and me as we debug a GUI that Edgar had created. This video was completely unscripted and has only… 更多内容 >>

Posts 21 - 30 of 40