Doug’s MATLAB Video Tutorials

February 26th, 2008

MATLAB Basics: Getting a directory listing

In the past we covered how to use UIGETFILE as an alternative to hardcoding the name of a file in your program. [click here] In this video, we will show how MATLAB can get a directory listing and use it to batch process the files in a directory.
iconFiles.jpgiconPod.jpglazy.jpg

4 Responses to “MATLAB Basics: Getting a directory listing”

  1. mans replied on :

    Hello,
    I know that it is off topic but I hope I can an answer. Which software do you use to create these videos? They are very well created and they are very informative.

    Best regards
    Mans

  2. Doug replied on :

    Mans,

    I use Camtasia.

    http://www.techsmith.com/camtasia.asp

    Doug

  3. Vanderbilt replied on :

    Hello,

    I am always in this situation: I need to do some operations, but I don’t know exact function name, even if I used it before. Is there an efficient way (or indexing place) to search for the exact function?

    Thanks,

    Vanderbilt

  4. dhull replied on :

    Vanderbilt,

    I think you just want to use the search capabilities of the documentation.

    >>doc

    Then use search in the upper left.

    -Doug

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


Doug Hull is a proud MathWorker who is on a mission to help you with MATLAB.

Doug's picture

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