have a significant problem with Simulink in that I need to evaluate a series of simple equations, the difficulty is that at point, the results gain an imaginary compnent.
a=complex(1,2);
b=complex(1,2);
c=complex(1,2);
d=complex(1,2);
Position = (Position/360)*2*pi; % Convert to Radians...
I have a significant problem with Simulink in that I need to evaluate a series of simple equations, the difficulty is that at point, the results gain an imaginary compnent.
a=complex(1,2);
b=complex(1,2);
c=complex(1,2);
d=complex(1,2);
Position = (Position/360)*2*pi; % Convert to Radians...