bio_img_videos

Stuart’s MATLAB Videos

Watch and Learn

Posts 341 - 350 of 570

Thank you for using MATLAB Answers

This is a quick post to point more people to MATLAB Answers and to acknowledge our most prolific answerers. When this project was in its infancy inside MathWorks, I was (not so secretly) hoping it… 更多内容 >>

Solution to MATLAB Graphics challenge for new users (1/2) 6

In last week’s post, I introduced a graphics challenge that I use when I teach a MATLAB graphics class to new technical support engineers at MathWorks. This week, I show the first part of the… 更多内容 >>

Graphics challenge 10

When I teach the MATLAB graphics class for new technical support engineers at MathWorks, I have one major exercise for them to do. This is that exercise. if (typeof(playerLoaded) === ‘undefined’)… 更多内容 >>

Adding a debug button to a MATLAB GUI. 2

GUIDE GUI’s in MATLAB are really just a series of function calls triggered by callbacks associated with different uicontrols. Because these are all sub-functions, it can be difficult to get… 更多内容 >>

How to store a series of vectors from a for loop. 2

A very common question among new MATLAB users is how to store the results of a calculation done in a for loop. I covered how to do this when the result is a scalar However, I did not cover how to… 更多内容 >>

Context menus in an amortization application in MATLAB 4

This video includes an amortization of a mortgage in MATLAB, but it is really about the addition of a context menu to a line on a figure. There is also a discussion of anonymous functions and the… 更多内容 >>

Animating an objects trajectory in MATLAB with HGtransform 3

This video shows how you can use MATLAB to do the visualization of a moving object with HGtransform. This data was syntetic, but it would be easy to read the data from a file and show the trajectory… 更多内容 >>

Associating x and y with a surface

This video shows you how to associate a specific x and y scaling to a surface. Very often people will just use the Z matrix (the height of the surface) not knowing you have more control than… 更多内容 >>

Proudly launching MATLAB Answers 16

I am very happy to announce the launch of a new MathWorks service on MATLAB Central: MATLAB Answers. What does it do? MATLAB Answers is designed to provide Quick, correct answers to well formed… 更多内容 >>

How to add to a cell array in MATLAB 2

This MATLAB user needed to add another row to a cell array so they could populate the data in a uitable. Uitable requires that all the cells in a given column are of the same type. This video shows… 更多内容 >>

Posts 341 - 350 of 570

这些文章由作者发布,不一定代表 MathWorks 的意见。