• Scientific Computing | SciVision

  • Blog
  • Tags
  • Categories

Use Python subprocess from Matlab

20 October, 2020

Matlab system() lacks features needed for blackbox interfacing with executables, including lack of stdin pipe. We have demonstrated via simple examples how to exchange data to/from executables and run them with timeout. Matlab can call Python subprocess or Java ProcessBuilder.

  • matlab
  • python
  • Python subprocess