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.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Aerospace Blockset에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!