Stuart’s MATLAB Videos

Watch and Learn

Posts 31 - 40 of 55

다음에 대한 결과: 2009

Advanced: loading files using their names for variable names 22

In this short video we will show how to bring text files into MATLAB and use the original file name as the variable name. Actually, the file name will be used as a field name in a… 더 읽어보기 >>

HandleVisibility property to make GUIs visible in handles hierarchy 3

A MATLAB user recently asked me why they could not find the handle to their GUI as a child of the root. get(0, ‘children’) The reason is they needed to change the… 더 읽어보기 >>

Puzzler: Find four-connected component to element 1 of 2-d matrix 37

This week, I was going to make a great video on recursion to solve a fun little puzzle. However, my code runs too slow. Before my recursive solution to the larger puzzle is practical, I need to… 더 읽어보기 >>

Using HIST and BAR to customize your histograms 14

I recently had a question come in via e-mail where this MATLAB user wanted to be able to change the look of her histogram. The key to this problem was using HIST to generate the binning data and… 더 읽어보기 >>

Building a GUI to read, modify and write an Excel file. 4/4 20

This is the fourth in a series of videos that will go through the process of planing and implementation of a simple GUI. Realistically, I would not plan out a GUI this simple, but the idea is to… 더 읽어보기 >>

Building a GUI to read, modify and write an Excel file. 3/4 1

This is the third in a series of videos that will go through the process of planing and implementation of a simple GUI. Realistically, I would not plan out a GUI this simple, but the idea is to show… 더 읽어보기 >>

Building a GUI to read, modify and write an Excel file. 2/4 1

This is the second in a series of videos that will go through the process of planing and implementation of a simple GUI. Realistically, I would not plan out a GUI this simple, but the idea is to… 더 읽어보기 >>

Building a GUI to read, modify and write an Excel file. 1/4 2

This is the first in a series of videos that will go through the process of planing and implementation of a simple GUI. Realistically, I would not plan out a GUI this simple, but the idea is to show… 더 읽어보기 >>

Quick productivity tip in 2009a

One of the best things about working at The MathWorks is seeing my suggestions implemented in the product. I like seeing a feature and knowing that I was one (possibly one of many) to request the… 더 읽어보기 >>

Basics: Making a title based on a variable value 13

Internet explorer users: Please follow the permalink at the bottom of this post to see the correct video… We are working on this! Sorry! This short video shows how to convert variable… 더 읽어보기 >>

Posts 31 - 40 of 55