Main Content

Deploy Predictive Maintenance Algorithms

Implement and deploy condition-monitoring and predictive maintenance algorithms

Deployment or integration of a predictive maintenance algorithm is typically the final stage of the algorithm-development workflow. How you ultimately deploy the algorithm can also be a consideration in earlier stages of algorithm design. MathWorks® products support several phases of the process for developing, deploying, and validation process for predictive maintenance algorithms.

Functions

expand all

codegenGenerate C/C++ code from MATLAB code
mccCompile MATLAB functions for deployment
saveRULModelForCoderSave RUL model for use in code generation
loadRULModelForCoderLoad and reconstruct RUL model from file for use in code generation
readStateGet degradation RUL model state for use at runtime
restoreStateRestore degradation RUL model state at runtime

Topics

Deployment Basics

Deploy RUL Prediction Algorithms