フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Create Simulink Function from Generalized Linear Model

1 回表示 (過去 30 日間)
Raghu Vamsi
Raghu Vamsi 2020 年 3 月 6 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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

回答 (1 件)

Prasanna Gude
Prasanna Gude 2020 年 3 月 11 日
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