필터 지우기
필터 지우기

Toolbox example code dont work ?

조회 수: 4 (최근 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 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