Use Python subprocess from Matlab

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.