Dear forum Members,
I want make an expression for the function drawn in green ink in the attached picture.
Is it possible with expressions in Motionview?
Thanks and Warm regards,
Uday Pandit
<?xml version="1.0" encoding="UTF-8"?>
Hi,
Yes, it is possible. Please try the code below:
IF(TIME-1:10*SIN(2*PI*TIME),10*SIN(2*PI*TIME),0)
However, I don't think the graph you drew above represent the function of sin(2*pi*time). It is more like sin(pi*time). Please check
Hi Toan,
Thanks for a solution. It was what I required! :-)
Thanks also for pointing out the function is not for sin(2*pi*time).
regards,
Uady
Hi,
Yes, it is possible. Please try the code below:
IF(TIME-1:10*SIN(2*PI*TIME),10*SIN(2*PI*TIME),0)
However, I don't think the graph you drew above represent the function of sin(2*pi*time). It is more like sin(pi*time). Please check