bio_img_videos

Stuart’s MATLAB Videos

Watch and Learn

Posts 191 - 200 of 470

다음에 대한 결과: Format: Video

New Video Player in Blogs Area 4

We have made some changes to how videos play in the Blogs area, including a new video player. There are one or two features that I’d like to make you aware of including:

The player works on… 더 읽어보기 >>

Alt Up Down Keyboard Shortcut in MATLAB Editor 4

When editing code in the MATLAB editor, I often find that I’m interested in the use of one variable throughout the code. The keyboard shortcut Alt plus the Up or Down arrow keys lets me search… 더 읽어보기 >>

Under New Management 1

As I will be taking over Doug’s blog, I thought I’d tell you a bit about myself and what I hope to cover in future posts.
Feel free to make requests for topics in the comments area at any… 더 읽어보기 >>

So Long, and Thanks for all the Fantastic Videos 8

Doug has left the MathWorks but watch this video to hear from who is taking over his blog.
if (typeof(playerLoaded) === ‘undefined’) {var playerLoaded = false;}(function isVideojsDefined() {if… 더 읽어보기 >>

Signoff 15

After 14 awesome years at MathWorks, I am changing careers. It has been great working and learning with all of you. If you are new to this blog, go back and watch my other videos, they are still as… 더 읽어보기 >>

Visualizing retention data over time in MATLAB

I have some data showing how many people come into and leave a group over time. I wanted to see the retention of members from one month to the next. Using area plots I was able to make a… 더 읽어보기 >>

Visualizing a Simple Saddle Point Algorithm in MATLAB 2

There are lots of places in optimization and game theory where you would want to identify a saddle point on a two-dimensional surface. In this example we find and visualize the saddle point of a… 더 읽어보기 >>

Editing an Existing Figure File in MATLAB 7

The best way to modify a MATLAB figure is to just modify the code that generated it. I prefer this because it is better to be able to regenerate a figure from code if you want to keep modifying it… 더 읽어보기 >>

Selectively Changing an Image in MATLAB with Logical Indexing 1

A MATLAB user on MATLAB Answers wanted to know how to change all the pixels in an image that were below a certain threshold. The answer was correct, but very terse. I wanted to expand upon the… 더 읽어보기 >>

MATLAB: In an assignment A(I) = B, the number of elements in B and I must be the same. 9

The very common MATLAB error: “In an assignment A(I) = B, the number of elements in B and I must be the same.” occurs when one side of an assignment has a dfferent dimension than the… 더 읽어보기 >>

Posts 191 - 200 of 470