Main Content

예측 정비 알고리즘 배포하기

상태 모니터링과 예측 정비 알고리즘 구현 및 배포

일반적으로 예측 정비 알고리즘의 배포 또는 통합은 알고리즘 개발 워크플로의 최종 단계입니다. 최종적으로 알고리즘을 어떻게 배포할지는 알고리즘 설계의 초기 단계에서도 고려 사항이 될 수 있습니다. MATLAB® 제품은 예측 정비 알고리즘의 개발, 배포 및 검증을 위한 여러 단계의 과정을 지원합니다.

함수

모두 확장

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

도움말 항목

배포 기본 사항

RUL 예측 알고리즘 배포하기

진단 특징 디자이너에서 스트리밍 코드 생성하기