필터 지우기
필터 지우기

where can I download 'savedPumpData'

조회 수: 9 (최근 30일)
Kelvin Ugwuoke
Kelvin Ugwuoke 2020년 6월 11일
댓글: Kelvin Ugwuoke 2020년 6월 15일
I want to download triplex pump "savedPumpData" sample data for practive on predictive maintenance...
  댓글 수: 2
Mohammad Sami
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'))
Kelvin Ugwuoke
Kelvin Ugwuoke 2020년 6월 15일
I need an online coach especialy on sinal processing and Predictive Maintenance Tool box...Who might be interested, please reach out to me on "Kelvin.ugwuoke16@imperial.ac.uk'

댓글을 달려면 로그인하십시오.

답변 (1개)

Shubham Kashyap
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.
  댓글 수: 1
Kelvin Ugwuoke
Kelvin Ugwuoke 2020년 6월 15일
I have Predictive Maintenence tool box installed but for some reason, I still cannot load the sample data...
>> load('savedPumpData')
Error using load
Unable to read file 'savedPumpData'. No such file or directory.
This is the error message that returns...

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Downloads에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by