Updated MATLAB path instructions and improved latitude calculation function.
📊 Key Changes
Formatted the command lines in the installation section of the README for better readability.
Corrected the latitude calculation formula in the ecef2lla.m function by changing ep and es to ep^2 and es^2 respectively.
🎯 Purpose & Impact
Readability Improvement: The indented code blocks in the README ensure clarity when copying commands, facilitating easier setup. 🛠️
Accuracy Enhancement: The fix in the Earth-centered Earth-fixed (ECEF) to latitude, longitude, and altitude (LLA) conversion function leads to more accurate geographic coordinate calculations. 🌐 This is crucial for tasks in navigation, geodesy, and aerospace engineering where precise location data is necessary. 🚀
copilot:all
🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
Updated MATLAB path instructions and improved latitude calculation function.
📊 Key Changes
ecef2lla.m
function by changingep
andes
toep^2
andes^2
respectively.🎯 Purpose & Impact