Calling MATLAB .m-files and functions in Python script
问题 I have a platform for python scripting, and I would like to call matlab functions inside. I have found several threads tackling the issue, among them those two How do I interact with MATLAB from Python? Running m-files from Python However, threads are either not recent, or not very detailed. is mlabwrap reliable? what would you advocate as a solution to call matlab functions / .m files in python script? using win32com from python to call a matlab session --> is this a good idea ? could you