bio_img_videos

Stuart’s MATLAB Videos

Watch and Learn

Posts 201 - 210 of 568

Large Table Building That Requires Scalar Operations 1

Recently I have been using MATLAB tables a lot to store large heterogeneous datasets. In many cases, the rows contain information about files in a file system. As I need to access the files… read more >>

Parallel and GPU Computing Tutorial Video Series

Using MATLAB in recent years on computationally intensive problems that take a long time to run, I notice that MATLAB does not always make use of all the cores on my machine. Also, sometimes I… read more >>

A Simple Backup Utility 1

I have a number of scripts that I have been maintaining for many years. They are not in version control but I still want to make edits and be able to access the code in previous versions. So I use a… read more >>

Setting Initial MATLAB Working Folder to Last Folder Used 5

In release 2014b there is a new preference that lets you set MATLAB’s initial working folder to be the last folder used in the previous MATLAB session. Here I show when it can be useful and… read more >>

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… read more >>

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… read more >>

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… read more >>

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… read more >>

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… read more >>

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… read more >>

Posts 201 - 210 of 568

These postings are the author's and don't necessarily represent the opinions of MathWorks.