Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

pymatlab

Python scripts to connect to and control MATLAB via the MATLAB Engine API for Python.

Contents

File Description
test_matlab_engine.py Example script demonstrating MATLAB engine connection and usage
install_matlab_engine.ps1 PowerShell script to install the MATLAB Engine API for Python

Setup

  1. Install MATLAB Engine API for Python:

    # Windows (PowerShell)
    .\install_matlab_engine.ps1

    Or manually:

    cd "matlabroot/extern/engines/python"
    python setup.py install
  2. Test the connection:

    python test_matlab_engine.py

Requirements

  • MATLAB (with Engine API for Python support)
  • Python 3.x

About

python scripts to connect to matlab engine

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages