Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 453 Bytes

File metadata and controls

18 lines (12 loc) · 453 Bytes

Spectre

Spectre

This repository contains definition of Docker image with MATLAB Common Runtime environment on Python 3.4 slim image.

How to run MATLAB code through Python?

import OurMATLAB.ModuleName as mt
context = mt.initialize()
context.exported_function(...)

Why Python 3.4?

It is the most up-to-date version allowed by MCR.