Hello.
I will make a regression model with the regression equation I made.
The variables of the regression equation include rpm, flow rate, angle, etc., and I want to know how to define these as simulink functions.
For example, the regression equation is as follows.
->Inlet Pressure [pa]=
{305.867498900404
+(1.40321530174638 *cooling water temp.)
+(0.17272037497876 * Rotating speed[rpm])
-(75.5187884669542 * Volume flow rate[LPM])
+(0.000932202284942232* cooling water temp. * Rotating speed[rpm])
+(0.0103317103698982 * cooling water temp. *Volume flow rate[LPM])
+(0.224463102906147 * LE angle * TE angle)
-(0.0148198328059957 * Rotating speed[rpm] * Volume flow rate[LPM])
-(0.0000028726711479103 * cooling water temp. * Rotating speed[rpm]* Volume flow rate[LPM])}
If I put a number in a variable written in English, the result is derived.
It's so hard. Can you help me??
Thank you.