case insensitive load
by Ben Barrowes
27 Mar 2009
(Updated 27 Mar 2009)
Duplicates Matlab load function except ignores case on the filename. Finds first match in path.
|
Watch this File
|
| File Information |
| Description |
% Duplicates Matlab load function except ignores case on the filename.
% Searches the current path for anything that strcmpi's with the given
% filename, then uses that filename for the load command.
% Calling sequence same as load. |
| MATLAB release |
MATLAB 7.5 (R2007b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 27 Mar 2009 |
Added flexibility for different calling sequences. Set the loaded var (for ascii files) to the case of the original filename input so future references to that variable will work. |
|
Contact us at files@mathworks.com