python中取得矩陣中最大元素的位置

""" Create by 2015-10-25 @author: zhouheng In this function you can get the position of the element that you want in the matrix. """ import numpy as np def getPositon(): a = np.mat([[2, 5, 7,
相關文章
相關標籤/搜索