GeoEco.Matlab

Classes that wrap GeoEco functions written in MATLAB and expose them as Python functions.

Classes

MatlabDependency

A Dependency that checks that MATLAB or the MATLAB Runtime is installed.

MatlabFunctions

Allows GeoEco functions implemented in MATLAB to be called as Python functions.

MatlabWorkerProcess

Allows GeoEco functions implemented in MATLAB to be called as Python functions, with MATLAB hosted in a separate process.

SharedMatlabWorkerProcess

Manages a singleton instance of MatlabWorkerProcess that may be shared by multiple callers.