필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

display .csv filenames in directory in string format

조회 수: 1 (최근 30일)
William
William 2013년 1월 16일
마감: MATLAB Answer Bot 2021년 8월 20일
Greetings,
I am trying to list all the .csv files in a folder. So fare I am getting a list of all the possible files in a struct but no list of files can someone look at this and tell me what I am doing wrong?
Chicklet_File_list = what(fullfile( 'C:\Documents\MATLAB/*.csv'))
It returns this:
Chicklet_File_list =
0x1 struct array with fields:
path
m
mat
mex
mdl
slx
p
classes
packages
Not exactly what I need but this is directly from the matworks help files

답변 (1개)

Image Analyst
Image Analyst 2013년 1월 16일
This is well covered in the FAQ

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by