필터 지우기
필터 지우기

Unable to import txt file

조회 수: 2 (최근 30일)
Ng Yong Jie
Ng Yong Jie 2022년 1월 25일
답변: Walter Roberson 2022년 1월 25일
I tried earlier on with the exact same code and it works. However, it came out with this error when I tried again.
  댓글 수: 2
KSSV
KSSV 2022년 1월 25일
Is that the error? Or more lines shown? Is the said folder present in the path?
Ng Yong Jie
Ng Yong Jie 2022년 1월 25일
that is the only line of error

댓글을 달려면 로그인하십시오.

채택된 답변

Walter Roberson
Walter Roberson 2022년 1월 25일
train = fullfile(dataFolder, "train_FD001.txt");
[train_data1, train_labels1] = importdata(train)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Import and Analysis에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by