Hello
I want to Transpose sine-wave data in c-script, the sine-wave equation is:
X = 200*sin(2*pi*50*t), where t, is Time already defined, usually in matlab used this character ( ' ) to transpose vector or array. So is that possible to do in plecs c-script
Thanks