You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
% 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
Cite As
Chethan Pandarinath (2026). findFunctionInPath (https://in.mathworks.com/matlabcentral/fileexchange/49598-findfunctioninpath), MATLAB Central File Exchange. Retrieved .
Acknowledgements
Inspired by: findInPath.m
General Information
- Version 1.2.0.0 (1.5 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
