How to use a machine learning model generated with matlab classifier learner in simulink
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Etse Fiagnon Paul
le 21 Avr 2020
Réponse apportée : Vimal Rathod
le 24 Avr 2020
Hi,
I am working on a Simulink project. I need a machine learning model to predict an output value block. So I create a KNN model using the Classification Learner app in Matlab. But I got stuck in integrating our machine learning model in Simulink. Help please!!!
0 commentaires
Réponse acceptée
Vimal Rathod
le 24 Avr 2020
Hi,
As you are ready with the model made in classification learner app, you have to export the model as a MATLAB function and then integrate it in simulink using MATLAB Function block.
Refer the following link to know more about how to export the model as a matlab function and use it.
Refer the following link to know about Simulink's MATLAB function block.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Classification Learner App dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!