Aug 8, 2004 #1 gokhan79 Mechanical May 3, 2001 3 TR Hi everybody, i just want to ask: while using matlab programming, it calculates in radian format. How I can change it to degree format? take care HGG
Hi everybody, i just want to ask: while using matlab programming, it calculates in radian format. How I can change it to degree format? take care HGG
Aug 8, 2004 #2 red300zx99x Automotive May 20, 2004 55 US I had this problem myself, not sure if there is a Matlab funciton, so I created my own function deg=D2R(angle) deg = angle * (180/pi); Upvote 0 Downvote
I had this problem myself, not sure if there is a Matlab funciton, so I created my own function deg=D2R(angle) deg = angle * (180/pi);