Code covered by the BSD License  

Highlights from
case insensitive load

Be the first to rate this file! 0 Downloads (last 30 days) File Size: 1.93 KB File ID: #23449

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.
Please login to add a comment or rating.
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.

Tag Activity for this File
Tag Applied By Date/Time
file Ben Barrowes 27 Mar 2009 16:24:38
load Ben Barrowes 27 Mar 2009 16:24:38
io Ben Barrowes 27 Mar 2009 16:24:38
case Helen Chen 30 Mar 2009 12:05:33
load Patrick 25 Nov 2011 02:01:19

Contact us at files@mathworks.com