Why do I get the error ''Unrecognized function or variable 'regimeNormalization'. Error in @(data)reg​imeNormali​zation(dat​a,centers,​centerstat​s)''

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

답변 (1개)

Asvin Kumar
Asvin Kumar 2021년 3월 19일
The helper function regimeNormalization is defined at the bottom of the example page.

카테고리

Help CenterFile Exchange에서 Predictive Maintenance Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by