Hi There
This is my first post.-
I need to use matrix function with the fmod() fuction in LabWindows.
Currently i have
time_ref_ch[p]=fmod((angle_red[number_of_probes_active] + angle_of_keyphasor[number_of_probes_active]), (360/number_of_blades));
That but it keeps on displaying 'operators of = have illegal types 'pointer to array 201' of long double and double
and also
Lvalue Required -----> have no idea what this is
. I have tried everything but i can get past it.
Please help me out