File Exchange Pick of the Week

Our best user submissions

Posts 11 - 20 of 36

Results for: MATLAB Basics

MATLAB Basics: Using dbstop if error 13

When MATLAB throws an error, if you are in a function, you will end up at the base workspace and lose access to the variables as they were in the function when the error was thrown. This makes it… read more >>

MATLAB Basics: Array of structures vs Structures of arrays 26

This short video covers the difference between a “structure of arrays” and an “array of… read more >>

Widgetpalooza: 12 widgets coded up in a GUI 9

This short video starts with two minutes of trying every widget on the example GUI. Then there is five and a half minutes of showing the callbacks on the widgets.

Push button
Push button with a… read more >>

MATLAB Puzzler: Removing columns and rows from binary matrices 36

I am trying something new this week: the MATLAB Puzzler.
Rather than just work one of the Practical Examples directly, I am doing it in two parts. The first I will pose the MATLAB puzzler and say how… read more >>

MATLAB Basics: Getting a directory listing 17

In the past we covered how to use UIGETFILE as an alternative to hardcoding the name of a file in your program. [click here] In this video, we will show how MATLAB can get a directory listing and use… read more >>

Timing code in MATLAB 3

It was about a year and a half ago when I posted about using the profiler to find bottlenecks in your MATLAB code [click here]. This week’s video covers two quick and easy ways of timing your… read more >>

MATLAB Basics: Change the string on a button when pushed

January t-shirt winner will be announced on Friday. There is no survey for this video, but you can still get in on last week’s survey to win a MATLAB t-shirt.
This two and a quarter minute… read more >>

MATLAB Basics: ‘Switch case’ vs. ‘If elseif’ 28

This three minute video takes a look at the “Switch case” flow control statement and contrasts it with the more familiar “If elseif” flow control statement.
Often times,… read more >>

MATLAB Basics: Functions and subfunctions 5

This six and a half minute video shows a function being created in MATLAB, then it shows a subfunction being added. Functions are a way of adding to the MATLAB language. This video shows the… read more >>

MATLAB Basics: Parsing code for better understanding 1

This six minute video shows you how to use the debugger and other tools to step through complicated code and understand what is really going on. By taking a complicated expression and breaking it… read more >>

Posts 11 - 20 of 36