case insensitive load

版本 1.2.0.0 (1.9 KB) 作者: Ben Barrowes
Duplicates Matlab load function except ignores case on the filename. Finds first match in path.
1.6K 次下载
更新时间 2009/3/27

查看许可证

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

引用格式

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

MATLAB 版本兼容性
创建方式 R2007b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 File Operations 的更多信息
标签 添加标签

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
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