Matlab to Python array passing

Matlab has bidirectional N-dimensional array passing with Python, from Matlab. The mechanism used is Python memoryview, which transparently works with numerous array types used in remote sensing, data science, astronomy, etc. including Numpy.ndarray.