findFunctionInPath

find all functions in the current matlab path that match (via regexp) a certain pattern
113 Descargas
Actualizado 9 feb 2015

Ver licencia

% 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

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2012b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Search Path en Help Center y MATLAB Answers.
Agradecimientos

Inspirado por: findInPath.m

Versión Publicado Notas de la versión
1.2.0.0

updating the description

1.1.0.0

fixing the name of the submission

1.0.0.0