MATLAB: Can a model from the machine learning app be turned into an FMU

adamsmachine learning

I'm starting to learn to use the machine learning app and wondering if it's possible to turn a model created by that app into a FMU for use in ADAMS. Anyone have experience with this?

Best Answer

I do not have any experiences but it sounds quite feasible.
Step1. train ML model
Step2. call the model from Simulink
Step3. Simulink --> FMU
You should note that not all of the ML models are compatible with Simulink. Looks like SVM can be used in Simulink.