% 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. 检索时间: .
致谢
参考作品: findInPath.m
