Hello! And want to do this Expression on the z axis, but it doesn`t work.
freq = 2;
amp = 15;
z = amp*Math.sin(freq*time*Math.PI*2);
value + [z,0]
There is a alarm message:
Expression result must have the dimension 1 not 2!
Can anybody help me?
Thank you!