findFunctionInPath

find all functions in the current matlab path that match (via regexp) a certain pattern

이 제출물을 팔로우합니다

% 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://kr.mathworks.com/matlabcentral/fileexchange/49598-findfunctioninpath), MATLAB Central File Exchange. 검색 날짜: .

도움

도움 받은 파일: findInPath.m

카테고리

Help CenterMATLAB Answers에서 Search Path에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.2.0.0

updating the description

1.1.0.0

fixing the name of the submission

1.0.0.0