Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Create Simulink Function from Generalized Linear Model

1 visualización (últimos 30 días)
Raghu Vamsi
Raghu Vamsi el 6 de Mzo. de 2020
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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

Respuestas (1)

Prasanna Gude
Prasanna Gude el 11 de Mzo. de 2020
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.
Refer to MATLAB Function to know more about defining the MATLAB Functions in Simulink.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by