findFunctionInPath

find all functions in the current matlab path that match (via regexp) a certain pattern
113.0 次下载
更新时间 2015/2/9

查看许可证

% FINDFUNCTIONINPATH (pattern, caseSensitive)
%
% [names, folders]=findFunctionInPath(pattern, caseSensitive)
%
% find all functions in the current matlab path where the function name matches (via regexp) a certain pattern
% caseSensitive is boolean (true/false) and determines whether to use a case sensitive search
%
% returns both the function names, and the folders that contain those functions, as cell arrays
%
%
%
% AUTHOR : Chethan Pandarinath

引用格式

Chethan Pandarinath (2026). findFunctionInPath (https://ww2.mathworks.cn/matlabcentral/fileexchange/49598-findfunctioninpath), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2012b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Search Path 的更多信息
致谢

参考作品: findInPath.m

版本 已发布 发行说明
1.2.0.0

updating the description

1.1.0.0

fixing the name of the submission

1.0.0.0