MATLAB: How to implement in simulink

simulink

Hello,
how should i do following equations in simulink
phi_dot = sin (phi)*K*F
w _dot = -K*F*sin(phi)
in these equation how should i implement "sin(phi)"
in simulink
thank you

Best Answer

phi -> sin(phi) with Trigonometric Function block
phi_dot -> phi with Integrator block