Wrong solution of a tangent using a matrix.

조회 수: 4 (최근 30일)
Celia
Celia 2013년 9월 27일
댓글: Celia 2013년 9월 30일
Hello!
For my studies I have to calculate the tangent of a full matrix (512x512) where the values are angles in radians,(getted by the function atan2).
The results are so high and that made me think there was sth wrong. So I did a test.
In the Command window I wrote l=atan2(0.3,0) which value is 1.5708. Then I calculated the tan(l) getting 1.6331 e+16.
That was obviously wrong because the real value is -272241.8.
After that, in the same Comand Window I wrote tan(1.5807) getting in this case the correct solution.
Why is this wrong? There is sth wrong using matrix or arrays?? Or is sth with atan2 and tan?
Thanks a lot in advance,
Celia

답변 (1개)

Azzi Abdelmalek
Azzi Abdelmalek 2013년 9월 27일
tan(1.5807)=-100.9693
How did you get -272241.8 ?
  댓글 수: 4
Azzi Abdelmalek
Azzi Abdelmalek 2013년 9월 27일
I=atan2(0.3,0) %the result displayed is 1.5708, this is not the complete result
To understand type
format long
I=atan2(0.3,0) % The more precise result
Celia
Celia 2013년 9월 30일
You are totally right. Thank you so much. Maybe I want to make everything complicated and I forget the simple things! Thaks again!

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by