标签: python python-3.x matlab numpy matrix
有没有办法将Python中的3D numpy数组转换为Matlab中的3D Matrix?
我只找到了一种方法来转换2D矩阵,方法是使用savemat中的scipy.io函数将其保存为字典。但是,如何将Python中的3D numpy数组转换为Matlab中的3D矩阵还不清楚
savemat
scipy.io