File Exchange Pick of the Week

Our best user submissions

Posts 31 - 40 of 65

Results for: 2007

MATLAB Basics video: Row and Column indexing 10

This is one in a series of videos covering MATLAB basics. It is meant for the new MATLAB user.
This video covers how to use row and column notation to be able to pull a subset of data from a larger… read more >>

Animating data in MATLAB

This Pick is best seen to be appreciated, so watch this quick video showing the Animator in action on a double pendulum. Jiro made it so that you can speed up, slow down and move easily through an… read more >>

Heat maps in MATLAB 4

Here at The MathWorks we are always concerned with useful ways of displaying data. A heat map is a graphical representation of data where the values taken by a variable in a two-dimensional map are… read more >>

MATLAB Basics video: Storing data in a matrix from a loop 88

I was recently answering a question that came in from a MATLAB user on this blog. In the end, the question was really one where he was doing a calculation and storing the result in scalar Y. When he… read more >>

Downsampling data for faster plotting

I hate to pick one of Jiro’s files for Pick of the Week, because he is quickly catching me in total number of downloads and I really do not need the competition!
However, I can not resist… read more >>

Dynamic GUIs with GUIDE 12

I recently got a question via e-mail from a reader of this blog. This MATLAB user wanted to know:
If you are thinking about another tutorial, can you show if it is possible to build a dynamic GUI,… read more >>

Use case: Visualizing three images 4

Here is a question from the front lines of technical support at the MathWorks.
This MATLAB user had three images that they wanted to view at once so they could compare them to one another. The… read more >>

Shading plots for emphasis 19

Sometimes showing the data in a plot is just not enough. You need to be able to emphasize the parts that are the most important for the viewer of the plot. ShadePlotForEmphasis will do just that.
I… read more >>

Colored 3-d bar plots 2

As I mention quite frequently, the best way to become Pick of the Week is to write code that solves a problem that I am having or a problem I think many other people are having. That is how I found… read more >>

Tracking the mouse pointer 3

In MATLAB, with tooltips, you can know what the value of a line is at a given point:

But if you want to know the value of an arbitrary point in a figure, you will want gtrack:

This is a nice… read more >>

Posts 31 - 40 of 65