case insensitive load

Duplicates Matlab load function except ignores case on the filename. Finds first match in path.
1.6K Downloads
Updated 27 Mar 2009

View License

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

Cite As

Ben Barrowes (2024). case insensitive load (https://www.mathworks.com/matlabcentral/fileexchange/23449-case-insensitive-load), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2007b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on File Operations in Help Center and MATLAB Answers
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.2.0.0

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.

1.0.0.0