bio_img_pick

Pick of the Week

Recognizing outstanding contributions from the MATLAB ecosystem

Posts 761 - 770 of 921

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 >>

Adaptive date ticks 1

I never even knew I needed this function until I saw it. This function basically makes your date ticks scale to the appropriate time scale, be it years, quarters or months. Very nice for that… read more >>

Algorithm development video 6

Here at the MathWorks, one of our Core Values is Continuous Improvement. Part of that is about being process oriented- “Clock building is better than time telling.”
Following that Core… read more >>

Zero crossings on arbitrary signals 1

I have been working a lot with the technical support team here at the MathWorks. When the front line tech support people are stumped by technical questions, I try to give them a hand. Sometimes… read more >>

Sharing screenshots with Flickr 2

Go look to the file exchange and you will see some really incredible things people are doing with MATLAB. Posting code to the File Exchange is a good way to share, but we are always looking for… read more >>

Optimization tips and tricks 9

We spend a lot of time here at The MathWorks trying to figure out how to make it easier for people to get their mathematical “heavy lifting” done easier. Often times, that means finding… read more >>

Posts 761 - 770 of 921

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