File Exchange Pick of the Week

August 9th, 2006

File Exchange Select

Ned Gulley, one of my good friends at The MathWorks and a member of the MATLAB Central Team, asked me to send this announcement out to everyone about the new File Exchange Select:

The File Exchange is an excellent resource for anyone who uses MATLAB, but you may occasionally find the quality of the files you download is somewhat inconsistent. Have you ever wished for a way to guarantee that the files you get are uniformly high in quality? That’s the motivation behind a new feature of the File Exchange called File Exchange Select. The basic idea is to create a subset of File Exchange submissions that have been peer-reviewed and approved as meeting a high standard of both utility and quality. If you download a Select file, you can feel confident that it will be well-documented and robust.

How many files are in File Exchange Select?

Since the program is just starting now, there are currently only a handful of Selected files. Files are reviewed at the rate of roughly one per week.

How can you tell what files have been Selected?

Currently an Editor’s note appears on that file’s page (see Pascal Getreuer’s CDF 9/7 Wavelet Transform for example). A complete list of Selected files also appears on this page. Eventually you will be able to limit your File Exchange search results to Selected files only.

Who decides what files get Selected?

The File Review Team.

How do you join the File Review Team?

To be considered for the File Review Team, you need to be an active member of the File Exchange (both contributing and reviewing files) and a participant in MATLAB’s comp.soft-sys.matlab newsgroup. Full details for these requirements are available here. If you think you qualify and would like to participate, send an email to the File Review Team mailing list (files@mathworks.com).

What files are eligible for nomination?

Any file that meets the following criteria is eligible.

* It complies with the File Exchange Select guidelines.
* It has been available for download on the File Exchange for at least six months.
* It received at least two substantial reviews from two different and identifiable users.

How does a file get nominated?

Once your file is properly formatted for consideration by the File Review Team, send its name and File ID to the team mailing list (files@mathworks.com). It will get added to the queue page.

4 Responses to “File Exchange Select”

  1. Lars.Barring replied on :

    Excellent is a huge understatement to this most welcome move!
    Many thanks to those in the Reviewing Team that volounteered to this task.
    Lars

  2. John D'Errico replied on :

    I’m enthusiastic about Select, as a great way to ensure that the user gets the best possible code, but also as a teaching tool. This can show users that even the best code is greatly improved by clear, complete documentation and good examples for its use. I also like that Select is a positive approach for the File Exchange Review Team. We are now looking at the best submitted files. Its a pleasure to look over a carefully written tool.

  3. Aqeel Ahmed replied on :

    Thank you!

  4. Saeed Mohammad replied on :

    its fascinating

Leave a Reply

Wrap code fragments inside <pre> tags, like this:

<pre class="code">
a = magic(3);
sum(a)
</pre>

If you have a "<" character in your code, either follow it with a space or replace it with "&lt;" (including the semicolon).


Bob, Brett & Jiro share their favorite user-contributed submissions from the File Exchange.

  • Zach: Hi Doug and Les, I didn’t have a lot of time to mess with this, but I did find a work-around. I plotted...
  • hamed: k
  • Les: @Zach This isn’t exactly what you are looking for but at least it puts all three parameters on the same...
  • Zach: Thanks for your suggestions Doug. I’ll give that a shot and see what happens. I’ve seen many of...
  • Doug: @Zach, I would say to use plotYYY, because that is close to what you want, but using depth as Y makes sense....
  • Doug: @Teja, I think this will work: http://www.mathworks .com/access/helpdesk /help/techdoc/ref...
  • Gify: merry christmas :) nice christmas tree! Regards, Janet Gify
  • Teja: Dear Doug Is there anyway to plot a surface from nonuniform data without meshgrid and griddata? Basically i...
  • Zach: I’m working with geophysical data, so I’d like to produce a depth profile. The y-axis would be...
  • Doug: @Ashok First, please do not use variable names that are MATLAB commands (std and mean). Second, p(j) should be...

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