where can I download 'savedPumpData'
조회 수: 4 (최근 30일)
이전 댓글 표시
I want to download triplex pump "savedPumpData" sample data for practive on predictive maintenance...
댓글 수: 2
Mohammad Sami
2020년 6월 12일
This data is bundled with matlab if you have the predictive maintenance toolbox.
If you have the toolbox you can type the following command on matlab to see.
Click open live script, then you can proceed from there.
web(fullfile(docroot, 'predmaint/ug/analyze-and-select-features-for-pump-diagnostics.html'))
답변 (1개)
Shubham Kashyap
2020년 6월 15일
To use "savedPumpData" you need to have "Predicitive Maintenance Toolbox" installed in your system.You can find about the toolbox from the following link :
You can load the triplex pump fault data using
load('savedPumpData')
You can refer to the documentation link for more information on "Diagnostic Feature Designer" to analyze and select features and create a classifier to diagnose faults in a triplex reciprocating pump.
참고 항목
카테고리
Help Center 및 File Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!