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 Center および File ExchangeData Import and Analysis についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by