How can I integrate and test a model trained with MATLAB's Classification Learner App in Simulink?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Benjamin Buzogany
am 16 Mär. 2024
Beantwortet: Drew
am 19 Mär. 2024
I've successfully trained a model using MATLAB's Classification Learner App and want to test its performance in a Simulink environment. I'm encountering difficulties specifically with exporting the model for compatibility with Simulink, particularly with the error related to the struct exported from Classification Learner not being supported for code generation. Could anyone guide me on how to properly export the model from Classification Learner and use it in Simulink for real-time predictions based on simulated input signals?
0 Kommentare
Akzeptierte Antwort
Drew
am 19 Mär. 2024
In R2024a, Classification Learner provides an "Export Model to Simulink" option in the "Export Model" menu. This is very convenient. It will export the model to Simulink, and set it up to make predictions. It makes use of native Simulink blocks for model prediction.
For more info, see the doc Classification Learner page: https://www.mathworks.com/help/stats/export-classification-model-for-use-with-new-data.html#mw_aa242d89-5727-422a-aab1-fb1946c8be4e
If this answer helps you, please remember to accept the answer.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Classification Learner App finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!