Why do I get the error ''Unrecognized function or variable 'regimeNormalization'. Error in @(data)regimeNormalization(data,centers,centerstats)''
조회 수: 1 (최근 30일)
이전 댓글 표시
I am learning how ro do rul in this example
but in step 34
trainDataNormalized = cellfun(@(data) regimeNormalization(data, centers, centerstats), ...
trainData, 'UniformOutput', false);
I get tise error
Unrecognized function or variable 'regimeNormalization'. Error in @(data)regimeNormalization(data,centers,centerstats)
can any body help
댓글 수: 0
답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Predict Remaining Useful Life (RUL)에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!