findFunctionInPath

find all functions in the current matlab path that match (via regexp) a certain pattern
ダウンロード: 112
更新 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 (2025). findFunctionInPath (https://www.mathworks.com/matlabcentral/fileexchange/49598-findfunctioninpath), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R2012b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersSearch Path についてさらに検索
タグ タグを追加
謝辞

ヒントを得たファイル: findInPath.m

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.2.0.0

updating the description

1.1.0.0

fixing the name of the submission

1.0.0.0