how to find the answer of:

1 view (last 30 days)
ehab hawash
ehab hawash on 21 Sep 2021
Commented: ehab hawash on 21 Sep 2021
tan(B)= log10(50)/exp(0.53)

Accepted Answer

Rik
Rik on 21 Sep 2021
Use the inverse of tan: atan
B=atan(log10(50)/exp(0.53))
B = 0.7854

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!