I have a python script for which the input data are coming from Matlab. I have tried to use pymatlab, but it is failing. Can anyone suggest any other method?
Answers and Replies
Related MATLAB, Maple, Mathematica, LaTeX News on Phys.org
Use csv files (comma separated variables spreadsheet ascii file format) or use netcdf files (binary file format for scientific data) or make your own exportable format.