bio_img_pick

Pick of the Week

Recognizing outstanding contributions from the MATLAB ecosystem

Posts 901 - 910 of 921

Instrument Drivers

You all know that Release 14 was just released (which will probably put me out of the File Exchange business since the new features make my most popular files irrelevant). One of the things I'm most... 続きを読む >>

Interactive Movie Player

NoteThe file submission referenced in this post is no longer available on File Exchange. OK, it's time for a confession. I'm embarrassed. Really embarrassed. A little while back I posted a media... 続きを読む >>

World’s greatest predictive tool

People do some fancy stuff with MATLAB to predict future events – from what the stock market will do next to determining if a design change will allow an airplane to meet performance specs. … 続きを読む >>

Two dimensional histogram

The other day I was doing a Monte Carlo analysis where I had two independent varables and one scalar output. A good visualization for this is a two dimensional histogram. Unfortunatly, these are not... 続きを読む >>

Minimum of an entire matrix

NoteThe file submission referenced in this post is no longer available on File Exchange.
Duane wrote the book on MATLAB, he also wrote this pair of functions to find the max and min of an entire… 続きを読む >>

Automatic HTML Help Generation

NoteThe file submission referenced in this post is no longer available on File Exchange. I really like M2HTML, which automatically creates HTML documentation for MATLAB m-files and toolboxes. It... 続きを読む >>

Browser shortcuts to useful MATLAB help

NoteThe file submission referenced in this post is no longer available on File Exchange.
There are lots of ways to get help on MATLAB related issues, you can call tech support, e-mail them, or go to… 続きを読む >>

Add horizontal and vertical lines

How many times have you done something like this? % BEGIN draw a horizontal line xMin = 0; xMax = 10; % the current extents of the x axis yVal = 12; hold on plot([xMin xMax], [yVal, yVal]) hold... 続きを読む >>

Octave analysis

Christophe Couvreur's Octave Toolbox has been a favorite of mine since the good old days of FTP file swapping. I'm an acoustician by trade and training, so I've often needed to perform octave and... 続きを読む >>

Consistency in coding

When we first started this project, Scott and I wanted to avoid using the more popular files as our weekly pick. I am going to break from that rule, because in face-to-face interaction I recommend... 続きを読む >>

Posts 901 - 910 of 921

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