what is command for instead DEGREES(ATAN2(A2,B2)) formula in excel??
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Dear all !!!
I tried to change formula from excel file to matlab function. But result didnot same as figure.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1020450/image.png)
Can anyone help me to explain and fix it?
Thank you
6 comentarios
David Goodmanson
el 4 de Jun. de 2022
Hi galaxy,
exactly how, in what environment, are those values of -179... being calculated? Certainly if you import the values of E and N into Matlab, you get +179... as you should.
Respuestas (1)
Benjamin Thompson
el 4 de Jun. de 2022
Since -179 and 179 degrees are very nearly equal, those results are actually within the tolerance of your other results. If you used the wrong sign on the "N" component this would explain it, and just keep in mind when very small number and very large numbers are used together in calculations this can lead to odd results. Also is the Excel screenshot showing any rounding, such that the calculations are using additional digits of precision that Excel is not displaying?
0 comentarios
Ver también
Categorías
Más información sobre Data Import from MATLAB 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!