필터 지우기
필터 지우기

files with specific extension

조회 수: 11 (최근 30일)
Baba
Baba 2012년 5월 30일
how do i find all files in a directory with a specific extension?

채택된 답변

Thomas
Thomas 2012년 5월 30일
use the dir command
to find all files in a directory with the .m extensison us
dir('*.m')
for jpg
dir('*.jpg')
etc...

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 File Operations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by