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