08-29-2007 11:07 AM
Problem: I am not getting any output!!
PS: I have changed the extension of the matlab code (angle_cal_final.m) to txt. Please save it as *.m when trying to run it.
Ras![]()
08-29-2007 02:56 PM
hi guys,
I have figured out what was the problem there.
Mathscript in labview does not detect asind which gives the angle in degrees. It detects asin which gives you angle in radians. Best way out of it is to determine angle in radians and then convert it in degrees by multiplying it by (180 / pi ).
![]()
ras
08-30-2007 08:59 AM
08-30-2007 11:25 AM
hi grant,
thanks for the advice and will read more about the mathscript...:-)
where can i find the list of commads whic are detected by mathscript?
Ravi
08-30-2007 02:37 PM - edited 08-30-2007 02:37 PM
Message Edited by GrantM on 08-30-2007 02:38 PM