|
|
| File Information |
| Description |
[outFiles]=folderFiles(inFolder,fileNames)
Reads a group of (fileNames) from a folder specified by (inFolder), and generates the output in the form of a char array.
fileNames is the criteria that specifies the files, e.g., *.jpg. If fileNames is left as a blank (default) this function reads all contents, but this is not preferred since some folders containing images will also have system files such as (Thumbs.db) or (folder.ini) beside subfolders. |
| Required Products |
MATLAB
|
| MATLAB release |
MATLAB 7.8 (R2009a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 25 Mar 2013 |
1)Unnecessary bits of code are removed.
2)Two new error-check lines are added to detect input arguments' type.
3)File description is slightly modified. |
|
Contact us