-
- Downloads
Convert the mat file to v6 from inside Python
Call the Matlab script from the Python script. We cannot do this with subprocess because Matlab requires a terminal. With subprocess, the Matlab script complains: "inappropriate ioctl for device". Note that we cannot test that the Matlab script worked normally because it exit with code 0 regardless: the exit instruction returns code 0. The idea here is that we do not want to store the converted v6 mat files.
File deleted
Please register or sign in to comment