MATLAB: How can i implement a sine function with an expression as its argument in simulink

simulink

example : y(t) = l*0.5*(v1-v2)*sine((v1-v2)/l)*t)

Best Answer

Combine the Trigonometric function block and the clock block