Main Content
loadRULModelForCoder
Description
reconstructs an RUL model object from properties stored in mdl
= loadRULModelForCoder(filename
)filname
,
which is a file created using saveRULModelForCoder
. Use loadRULModelForCoder
in an
entry-point function for code generation to reconstruct the model at compile time. See Generate Code for Predicting Remaining Useful Life for more
information.
Input Arguments
Output Arguments
Tips
loadRULModelForCoder
loads the model at compile time, not at run time. Therefore, any changes you make to the MAT file after compiling are not available at run time. To update the state of a degradation RUL model at run time, userestoreState
.
Extended Capabilities
Version History
Introduced in R2021a