case insensitive load

Duplicates Matlab load function except ignores case on the filename. Finds first match in path.
1,6K download
Aggiornato 27 mar 2009

Visualizza la licenza

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

Cita come

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

Compatibilità della release di MATLAB
Creato con R2007b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su File Operations in Help Center e MATLAB Answers
Tag Aggiungi tag

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
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