bio_img_videos

Stuart’s MATLAB Videos

Watch and Learn

Posts 371 - 380 of 470

結果: Format: Video

Video tutorial: Infinite series 3

In this short video, I explore the math behind this joke: An infinite number of mathematicians walk into a bar. The 1st orders a 1 beer. The 2nd orders 1/2 a beer. The 3rd orders … 続きを読む >>

Video tutorial: Debugging a logical indexing problem 4

I love getting well formed question and challenges from fellow MATLAB users. This week I got one that works very well as a video. The problem was trying to index into a vector with a vector of… 続きを読む >>

Video Tutorial: MATLAB basics, LINKPROP

I think it is best to do these tutorials based on solving realistic coding challenges. In helping to write the code for the next MATLAB contest, I had a situation where I wanted two images to be… 続きを読む >>

Video: Saving the state of a GUI 13

A question that comes across my inbox from time to time is how to save the state of a GUI between session. There are few methods for doing this, one is using the HGSAVE command to save the .FIG file… 続きを読む >>

Student Center tutorials

This blog is just one of many resource available to people that want to learn how to use MATLAB. I want to point you to several tutorials that are available for MATLAB.
You will find lots of… 続きを読む >>

Review of spiral puzzler

In the recent Puzzler about the spiral, most of the code that was produced went along the following: Create the spiral matrix Find the indices of the ‘1’s in the binary targets… 続きを読む >>

Importing Excel data and fitting a curve to it 1

I recently got an e-mail from a MATLAB user that had a large dataset in Excel. They wanted to import the data and “take the average of the graph”. It turns out that meant fitting a… 続きを読む >>

Campus visit and MATLAB video on object tracking 5

I am about to leave for a recruiting trip to Carnegie Mellon University.  Be sure to stop by the booth and say hello (or ARGHHH! if I see you on Friday, International Talk like a Pirate Day!)  If you… 続きを読む >>

New location and memory allocation 4

Today, Brett, Bob and Jiro have completed their inheritance of Pick of the Week blog.  There is a fine heritage of Applications Engineers running the Pick of the Week blog.  Scott Hirsch and I… 続きを読む >>

Advanced MATLAB: File name processing from directory listing 8

Very often MATLAB users want to be able to process a set of files from a directory. In this video, I show how you can look through a directory seeking files of the form “data###.dat” and… 続きを読む >>

Posts 371 - 380 of 470