findFunctionInPath

find all functions in the current matlab path that match (via regexp) a certain pattern
113 Downloads
Aktualisiert 9. Feb 2015

Lizenz anzeigen

% 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

Zitieren als

Chethan Pandarinath (2026). findFunctionInPath (https://de.mathworks.com/matlabcentral/fileexchange/49598-findfunctioninpath), MATLAB Central File Exchange. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R2012b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Search Path finden Sie in Help Center und MATLAB Answers
Quellenangaben

Inspiriert von: findInPath.m

Version Veröffentlicht Versionshinweise
1.2.0.0

updating the description

1.1.0.0

fixing the name of the submission

1.0.0.0