Skip to content

Setting up Python to work with Matlab

Steve Van Hooser edited this page Oct 7, 2020 · 2 revisions

Setting up Python to work with Matlab

NDI-matlab can be used to launch applications in Python. Here's how to set it up.

MacOS

  1. Install HomeBrew package manager: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

  2. Run brew install python

Windows

Linux