Recent Releases of matmap3d
matmap3d - correct ecef2ned: Add missing namespace
Thanks @MartinKoch123
also various lint, CI fixes over time.
- MATLAB
Published by scivision about 2 years ago
matmap3d - CI: use function-based tests
improve flexibility and control of tests by using function-based tests instead of script-based
- MATLAB
Published by scivision almost 6 years ago
matmap3d - CI: add Matlab Travis-CI
Use the new Focal (Ubuntu 20.04) Travis-CI image with Matlab on Travis-CI
- MATLAB
Published by scivision almost 6 years ago
matmap3d - use R2019b argument validation
Help ensure better correctness and error feedback by using Matlab R2019b argument validation
- MATLAB
Published by scivision almost 6 years ago
matmap3d - Use datetime() for robustness
Use datetime class for robustness. GNU Octave users can use Tablicious for datetime.
- MATLAB
Published by scivision almost 6 years ago
matmap3d - use as package to control scope
Since the function names overlap with Matlab Mapping Toolbox and other user-created functions, using matmap3d as a package helps ensure you're in the desired namespace.
The top-level matmap3d/ must be on Matlab path, and then:
matlab
import matmap3d.*
and/or
matlab
matlab.geodetic2ecef(..)
- MATLAB
Published by scivision almost 6 years ago
matmap3d - bugfix: eci2ecef, ecef2eci non-scalar
Thanks @brethvoice for pointing out that ecef2eci and eci2ecef didn't work for non-scalar inputs.
- MATLAB
Published by scivision almost 6 years ago
matmap3d - zenodo doi
no change, just triggering zenodo url update
- MATLAB
Published by scivision almost 6 years ago
matmap3d - add ECI transformation
caveat: ECI transformation error may be of order 1..10% due to rotation-only ECEF <-> ECI transform implemented. Use AstroPy in PyMap3d for higher accuracy.
moved CI to GitHub Actions.
- MATLAB
Published by scivision about 6 years ago
matmap3d - more singularity handling and cases tested
- MATLAB
Published by scivision over 7 years ago
matmap3d - BUGFIX: ecef2geodetic negative altitude
Fixed ecef2geodetic negative altitude for ECEF inside the ellipsoid.
- MATLAB
Published by scivision over 7 years ago
matmap3d - closed form ecef2geodetic
also redid docs
- MATLAB
Published by scivision almost 8 years ago