GeoEco.Matlab.MatlabFunctions.Initialize
- classmethod MatlabFunctions.Initialize(loggingQueue=None)
Initializes MATLAB and binds a
staticmethod()toMatlabFunctionsfor each GeoEco MATLAB function.- Parameters:
loggingQueue (
Queue, optional) –multiprocessing.queues.Queueobject to which logging messages should be posted. If not given, messages will be logged to theGeoEcologger with Python’sloggingmodule.