Octave/MATLAB implementation of some routines in GeographicLib
Here you can download the toolbox / package for the Octave/MATLAB package geographiclib.
-
The zip files simple bundles of the Octave/MATLAB routines.
-
The tar.gz files are Octave packages which can be installed with the Octave command
-
The mltbx files are MATLAB toolboxes. These are also available at MATLAB Central.
Tha Octave package can be installed with the command
pkg install geographiclib-octave-M.N.tar.gz
pkg load geographiclib
The MATLAB toolbox can be installed with the command
matlab.addons.install geographiclib_toolbox-M.N.mltbx
For documentation visit the git repository.