How to find the angle in MatLab
16 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Liam Crocker
el 9 de Ag. de 2020
Comentada: Liam Crocker
el 11 de Ag. de 2020
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/343582/image.jpeg)
Thanks Liam
2 comentarios
Proman
el 9 de Ag. de 2020
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)
Respuesta aceptada
Alan Stevens
el 9 de Ag. de 2020
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.
Más respuestas (0)
Ver también
Categorías
Más información sobre Timing and presenting 2D and 3D stimuli en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!