我在写硕士论文。我的导演用MATLAB,我用Python。所以我需要在Python上运行他的MATLAB脚本。关于这个话题有很多问题。Error: MATLAB Engine for Python supports Python version 2.7, 3.7, 3.8, and 3.9, but your versionof Python is 3.10
我有哪些选择?我还有
我正在尝试使用Python运行Matlab代码。我试着按照这个上给出的说明去做。
当尝试通过Python导入Matlab时,它是使用pip install matlab安装的。但是,导入matlab.engine会产生错误No module named 'matlab.engine'; 'matlab' is not a package。它也不能使用pip install engine安