I have an angle data which unit is degree. This angle is more than 360 degree. I want to reduce this angle.

%for example;
a=360.0009367 %degree Actually there is no any degree which more than 360 degree so I need to reduce this angle.
%sin(a)=sin(a-360) so actually my angle is 0.00009367 degree which I'm looking for
%what kind of codes I need to reduce the angles which more than 360 degree.
thanks in advance.

More Answers (0)

Categories

Find more on Language Fundamentals in Help Center and File Exchange

Asked:

on 13 Jul 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!