Toolbox example code dont work ?

1 回表示 (過去 30 日間)
innata
innata 2020 年 7 月 5 日
コメント済み: innata 2020 年 7 月 5 日
Predictive Maintenance Toolbox has an example called Similarity-Based Remaining Useful Life Estimation. You can start the example by pasting this;
openExample('predmaint/SimilarityBasedRULExample')
I downloaded the dataset and put the files in the example folder. I ran the example but I got following error just at the first line of code;
Error using helperLoadData (line 21). The VariableNames property must contain one name for each variable in the table.
As the example couldnt be erronous, I must be doign something wrong. Can you please help me ? I use 2020a version.

採用された回答

Sumeet Singh
Sumeet Singh 2020 年 7 月 5 日
Comment out the code at line 11 of helperLoadData.m
t(:,end) = []; %Discard last column of loaded data as all are empty ''
  1 件のコメント
innata
innata 2020 年 7 月 5 日
Thank you very much.

サインインしてコメントする。

その他の回答 (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