Stuart’s MATLAB Videos

Watch and Learn

Posts 31 - 40 of 40

搜索结果: Topic: GUI or GUIDE

Mash-up with text message and password obscuring

One of the purposes of MATLAB Central is to encourage collaboration and code sharing in the MATLAB community. I was overjoyed when I was alerted to this new file on the Exchange. Basically, Robert… 更多内容 >>

MATLAB Basics: GUI input validation 4

Two minute video shows how to validate GUI input. This makes sure that user input will not break your code. This example makes sure that the edit box value is not greater than twelve. This technique… 更多内容 >>

MATLAB Basics: Setting a background image for a GUI 110

I recently got a question in my inbox asking how to set the background image for a GUI. This is done by creating an axes in the GUI and putting an image in it. Any UICONTROLs that you put on the GUI… 更多内容 >>

Using the clipboard from a GUI

Many of you have surely noticed that this blog took a sharp turn towards video content since I moved to the Advanced Support Group at the MathWorks in May. With all these videos, I have had to get… 更多内容 >>

Masking typed passwords with asterisks

Sometimes really good files fly under my radar here at the File Exchange. Thankfully, my buddy Brett noticed this little gem. Here is what he had to say about it: A customer recently mentioned that… 更多内容 >>

Video series: Expanding the GUI to do calculations on the data from Excel 11

Last month we covered a lot of ground in making a GUI that would read and display Excel data. Since those videos were originally posted, I have gotten quite a few requests to expand the GUI to do… 更多内容 >>

Video series: Reading Excel data into MATLAB with a GUI 104

I had a chance to work with a MATLAB user that was interested in bringing her Excel data into MATLAB and plotting different variables. This was a fairly standard file format, just columns of data. It… 更多内容 >>

From the inbox: how to change properties in GUIDE from a button press 11

These GUIDE tutorials (Intro, Advanced) have been very popular since I posted them. Recently, someone asked me a question that I did not answer in the videos. They wanted to know how to change… 更多内容 >>

How to pass data from one GUI to another in MATLAB 4

It has taken me a long time, but I have finally produced the second in what I hope will become a series of videos about how to better use MATLAB and related products. This video has many of the… 更多内容 >>

GUI Building Tutorial

This week I want to try something different. I give a lot of presentations to customers and many times they are not aware of capabilities that MATLAB has to offer them. When people ask about how to… 更多内容 >>

Posts 31 - 40 of 40

Go to top of page