bio_img_videos

Stuart’s MATLAB Videos

Watch and Learn

Posts 391 - 400 of 577

Break and Continue 11

This video covers two flow control commands that do not get that much use, but can make your code clearer and easier to… 続きを読む >>

Top 10 MATLAB code practices that make me cry 177

I was chatting with the Application Support Engineers here at MathWorks about what kind of coding practices cause avoidable pain for MATLAB users. Without further ado: The top ten and quick… 続きを読む >>

Puzzler: Match play on blackjack, baccarat or other casino games 1

As with many math geeks, I am fascinated by casinos and the math surrounding them. I, however, like to win. Consequently, I have no interest in playing a game that I am mathematically destined to… 続きを読む >>

Basics: Making a vector the MATLAB way 2

I recently received an email asking me a question about how to create an array that is composed of different outputs from functions. The user was new to MATLAB, but had a background in programming… 続きを読む >>

Advanced: Getting an output from a GUIDE GUI 11

I had a well formed question from an advanced MATLAB user recently. He wanted to have an output come back from a GUI. There is an example of this with the modal dialog example in GUIDE. However, it… 続きを読む >>

Win a MATLAB t-shirt for a ten question survey

It has been a while since the last survey of MATLAB video watchers. This is a good time to think about what can be done to make these videos more valuable. Click here to take survey One in… 続きを読む >>

Advanced: Speeding up an enumerated string search in a data mining application 3

This week, I am going to cover a technique that I used to speed up a data mining application that had a search through enumerated strings looking for all the matches. Using this technique of… 続きを読む >>

Advanced: making a 2d or 3d histogram to visualize data density 41

This short video makes a 2d histogram as an alternative to plotting data points and visually estimating where the most data is. if (typeof(playerLoaded) === ‘undefined’) {var playerLoaded =… 続きを読む >>

Basics: Dialogapalooza- a look at many predefined dialogs 2

Very often MATLAB user will write in and we figure out that they are trying to reinvent a dialog that already exists. I quickly go through and show the most useful dialogs in MATLAB. if… 続きを読む >>

Basics: Refactoring a switchyard into a formula 3

This short video shows how a switchyard of if/elseif statements was converted to a simple formula. Testing of this refactoring was also done. if (typeof(playerLoaded) === ‘undefined’) {var… 続きを読む >>

Posts 391 - 400 of 577

これらの投稿は著者に属するものであり、必ずしも MathWorks の見解を示すものではありません。