How do I interact with MATLAB from Python?

前端 未结 4 1588
深忆病人
深忆病人 2020-12-13 14:34

A friend asked me about creating a small web interface that accepts some inputs, sends them to MATLAB for number crunching and outputs the results. I\'m a Python/Django deve

4条回答
  •  情话喂你
    2020-12-13 14:50

    Regarding OS compatibility, if you use the matlab version for Linux, the scripts written in windows should work without any changes. If possible, you may also consider the possibility of doing everything with python. Scipy/numpy with Matplotlib provide a complete Matlab replacement.

提交回复
热议问题