- Open the MATLAB Project AnomalyDetection.prj
- Run Part 1 - Data Preparation & Feature Extraction
- Run Part 2 - Modeling
Industrial Machinery Anomaly Detection, Part02_Modeling.mlx: extractLabeledData
8 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
juliette soula
am 28 Sep. 2021
Kommentiert: juliette soula
am 8 Okt. 2021
hi all,
within "Industrial Machinery Anomaly Detection", livescript 'Part02_Modeling.mlx"
line8 is : X = extractLabeledData(featureTrain, "Label", "After");
when i try to run this line, matlab returns 'unrecognized function or variable extractLabeledData'
=> extractLabeledData seems not to be known by matlab help and is neither a variable.
am I missing something, how to overcome this issue ?
best regards
Juliette
0 Kommentare
Akzeptierte Antwort
David Willingham
am 29 Sep. 2021
Hi Juliette,
Referring to this GitHub example https://github.com/matlab-deep-learning/Industrial-Machinery-Anomaly-Detection
You'll need to open the MATLAB project first and it will setup the path for the example.
To Run:
David
5 Kommentare
David Willingham
am 3 Okt. 2021
Hi Juliette, the file extractLabeledData is in the HelperFunctions subfolder. If you're receiving the error, it means the path wasn't setup correctly.
After opening the AnomalyDetection.prj, what is the output of:
>> which -all extractLabeledData
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
