File Exchange Pick of the Week

Our best user submissions

Posts 1 - 10 of 48

結果: 2005

Laser Tracking

Last week we found that a good way to get Pick of the Week was to post something I needed on Wednesday when I normally look for picks. This week the way to get picked is to write an elegant solution…続きを読む >>

  • send email

Unique Filenames and a Repick

我like FREENAME as a way to generate a unique file name to add to a series of files in a directory. I have reinvented this wheel several times in the past and then lost it because of my incredible…続きを読む >>

  • send email

Dealing with Ginormous Data

Dealing with large data set is like juggling. How? Well, when you juggle three things, people are amused but pretty quickly they want you do do four, then five. It is the same with the size of your...続きを読む >>

  • send email

Default Docked Figures

我just wanted to pass along a small tip that you might find useful. If you’ve become as big of a fan of docked figures as I have, you might be looking for a way to have figures docked by…続きを読む >>

  • send email

Get In Units

How many times have you written code that looks like this, just to find the position of a graphics object in something other than its current units?
hAxes = axes;
currentUnits =…続きを読む >>

  • send email

Too much time to kill?

Have you ever sat around asking yourself if it would be possible to draw flags of the world's nations just using the patch command? And then realized that this means you could easily embed flags in...続きを読む >>

  • send email

Digitize Scanned Data

我n my old job, I occasionally needed to analyze data that I only had access to in printouts. I hoped that somebody had developed an equivalent to OCR (Optical Character Recgonition) for data, but…続きを読む >>

  • send email

Beat Counter

我've spent a surprising amount of time calculating the BPM (Beats per Minute, or tempo) of songs. I would always use a stopwatch, timing 32 beats to calculate the BPM. Joerg Bitzer has made this a...続きを読む >>

  • send email

Figures Stay on Top

Figure windows are the eyes that you look at your data with. However, if you are iterating on a graph, every time you type a command, MATLAB's desktop comes to the top and your figured gets hidden. ...続きを読む >>

  • send email

Posts 1 - 10 of 48