Error in converting Decimals from Degree Minutes Seconds
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Ahsan Abbas
el 2 de Abr. de 2016
Comentada: Ahsan Abbas
el 2 de Abr. de 2016
Hello, I am facing problem in converting dms to dd, i have a matrix of 4x3 as shown below
i am using following command to convert in degree decimals,
angleInDegrees = dms2degrees(dms)
but i always got following error:
Need assistance ?
0 comentarios
Respuesta aceptada
Más respuestas (1)
Azzi Abdelmalek
el 2 de Abr. de 2016
v=[33 31.15 0] % 31.15 is not allowed by Matlab, it should be an integer
out=dms2degrees(fix([33 33.15 0]))
Ver también
Categorías
Más información sobre Marine and Underwater Vehicles 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!