bio_img_videos

Stuart’s MATLAB Videos

Watch and Learn

Posts 531 - 540 of 568

Advanced MATLAB: Data acquisition in MATLAB 26

MATLAB is often used for post-test data analysis. You can get more value from your data acquisition session if you do the MATLAB analysis on the data as it is being collected. This can be done by… 더 읽어보기 >>

MATLAB Basics: Scalar and Vector expansion

Two minute video explains scalar and vector expansion. This helps in situations where you are adding a scalar to a matrix and shows how to expand a vector for a similar effect. if… 더 읽어보기 >>

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… 더 읽어보기 >>

Practical example: Setting transparency on a patch 2

First, be sure to check out the new home of LazyWeb. We had three of the challenges closed, but there are three still open. We are sending out MATLAB prize packages to all that solved a challenge,… 더 읽어보기 >>

Practical example: Algorithm development for making colormaps 5

In a recent post, I mentioned LazyWeb It worked better than I expected. Matt posted some code that I requested that will highlight a line when you click on it. This works exactly as hoped. Thanks… 더 읽어보기 >>

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… 더 읽어보기 >>

Advanced MATLAB: Surface plot of nonuniform data 36

Two minute video shows how to fit a surface to nonuniform data. Real data is not always on a nice X,Y grid, but the MATLAB commands SURF and MESH expect them to be. GRIDDATA and MESHGRID help to… 더 읽어보기 >>

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: Linearly spaced vectors 1

When I look at code written by new users, sometimes, I will see code like this: a = [1 2 3 4 5 6 7 8 9 10 11 12 13 14 15]; There is an easier way: a = 1:13; This three minute video shows… 더 읽어보기 >>

MATLAB Basics: Getting started from Excel 9

This is one of a series of videos covering MATLAB basics. It is meant for the new MATLAB user. This video covers how to use the import wizard to bring in files, and then use the plot tools to… 더 읽어보기 >>

Posts 531 - 540 of 568

이 게시물은 작성자 개인의 의견이며, MathWorks 전체의 의견을 대변하는 것은 아닙니다.