Create Simulink Function from Generalized Linear Model
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
Hi,
Could any help me with Generalized Linear Models. I have used the Generalized Linear models to generate some functions / equations with coefficients to train and fit my Data. Can anyone help me with how to convert these equations simple into a function for Simulink Model.
Regards
Raghu Vamsi
Antworten (1)
Prasanna Gude
am 11 Mär. 2020
0 Stimmen
The Generalized Linear Equations can be converted into Simulink models by doing the following steps:
- Convert the Generalized Linear Equations to MATLAB functions.
- Generate .m files from the MATLAB functions.
- Call the .m files using the ‘MATLAB Function’ Block in Simulink.
Diese Frage ist geschlossen.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!