필터 지우기
필터 지우기

How to find the angle in MatLab

조회 수: 3 (최근 30일)
Liam Crocker
Liam Crocker 2020년 8월 9일
댓글: Liam Crocker 2020년 8월 11일
Hey so I'm new to Matlab and I've been given this question and I have to find out the angle. I found out the Hypotenuse by doing simple pythag in Matlab, however I can't seem to figure out how I would find the angle. I have looked up guides and such before on the site and they don't make a lot of sense. I think atan is the function I would use. I've tried atan (200/20) and that hasn't worked. Do I need to make the 3 points matricies? I know the angle by doing the process manually with a calculator, but how to find the angle in Matlab is what I am unsure of how to do. Any help is greatly appreciated, apologies for making you help out a newbie with this software!
Thanks Liam
  댓글 수: 2
Proman
Proman 2020년 8월 9일
Use atand(20/200) if it is in degree and if not, I go Alan Stevens. Multiply it by pi/180 and use atan(20/200)
Liam Crocker
Liam Crocker 2020년 8월 11일
Thank you! Very helpful, I have no idea why my original planning didnt work!

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

채택된 답변

Alan Stevens
Alan Stevens 2020년 8월 9일
atan(200/20) works perfectly well in Matlab. Note that the result is in radians. If you want the angle in degrees then multiply Matlab's angle by 180/pi.
  댓글 수: 1
Liam Crocker
Liam Crocker 2020년 8월 11일
Thank you! Very helpful, I have no idea why my original planning didnt work, I thought it would just be the same as it would be through a calculator

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by