SUBDIR *new*

Recursively search for files and/or directorys under given folder without using of global variables.

이 제출물을 팔로우합니다

SUBDIR
returns all subfolder under current path.
P = SUBDIR('directory_name')
stores all subfolders under given directory into a variable 'P'

[P F] = SUBDIR('directory_name')
stores all subfolders under given directory into a
variable 'P' and all filenames into a variable 'F'.
use sort([F{:}]) to get sorted list of all filenames.

인용 양식

Elmar Tarajan (2026). SUBDIR *new* (https://kr.mathworks.com/matlabcentral/fileexchange/1492-subdir-new), MATLAB Central File Exchange. 검색 날짜: .

도움

도움 준 파일: RPCODE, folders sub-folders

카테고리

Help CenterMATLAB Answers에서 File Operations에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

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

the output of results in the new version is more user friendly.