GeoEco.Matlab.MatlabFunctions.Initialize

classmethod MatlabFunctions.Initialize(loggingQueue=None)

Initializes MATLAB and binds a staticmethod() to MatlabFunctions for each GeoEco MATLAB function.

Parameters:

loggingQueue (Queue, optional) – multiprocessing.queues.Queue object to which logging messages should be posted. If not given, messages will be logged to the GeoEco logger with Python’s logging module.