Skip to content

use as package to control scope

Compare
Choose a tag to compare
@scivision scivision released this 14 Aug 15:30
d669d06

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:

import matmap3d.*

and/or

matlab.geodetic2ecef(..)