bio_img_videos

Stuart’s MATLAB Videos

Watch and Learn

Posts 271 - 280 of 470

다음에 대한 결과: Format: Video

MATLAB Tutorial, processing an Excel file in MATLAB 28

It is very common to read through all the values in an Excel spreadsheet to process them in MATLAB. Here is a simple example of importing Excel in MATLAB and looping through the values. if… 더 읽어보기 >>

MATLAB 2012a: Face detection 8

The new release of MATLAB is here! I was looking through it, and one thing that caught my eye the most was some face detection algorithms have been added. This is great because I get questions… 더 읽어보기 >>

Highlighting solutions to Project Euler problems 001-005 4

I’ve been excited by the great response to the Project Euler problems that I’ve posted on Cody. This video takes a look at my favorite submission for each of the first five problems. Take a look… 더 읽어보기 >>

Understanding the display method for a cell 3

A MATLAB user wanted to get rid of the quote marks from a string in a cell array. This was not needed because they only appeared there due to the display method for a cell. if (typeof(playerLoaded)… 더 읽어보기 >>

How to do a matrix reshape by ‘blocks’ 6

This week’s video covers a non-standard way of reshaping a matrix. Instead of using the reshape function, this kind of matrix manipulation must be done with for loops. This matrix reshape… 더 읽어보기 >>

Plotting multiple lines on a figure in MATLAB 1

This MATLAB graphics tutorial shows you how you can plot multiple lines on the same plot. if (typeof(playerLoaded) === ‘undefined’) {var playerLoaded = false;}(function isVideojsDefined() {if… 더 읽어보기 >>

Passing data between GUIDE callbacks without globals in MATLAB 11

Very often MATLAB users want to share data between different callbacks that they have in their MATLAB GUIs. This video shows a technique that is applicable for when the data being shared is already… 더 읽어보기 >>

Expression evaluation in MATLAB

MATLAB is constantly evaluating expressions and expressions within expressions. A lot of MATLAB users do not think about this, or the implications. Simple examples of using a vector as the index… 더 읽어보기 >>

Contest is on! Vines

Hey Contest fans, the new MATLAB contest is on. I am expecting this to be a great contest, several of us worked specifically on coming up with a good test suite for you to solve. By “good… 더 읽어보기 >>

Tutorial: How to make a custom data tip in MATLAB 23

If you use the standard data tip in MATLAB, it will annotate the X and Y value of a data point. This video will show how to customize the information that is shown in that data tip. if… 더 읽어보기 >>

Posts 271 - 280 of 470