• Scientific Computing | SciVision

  • Blog
  • Tags
  • Categories

Matlab to Python array passing

20 September, 2018

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.

  • matlab
  • python