The numpy equivalent of repmat(a, m, n) is tile(a, (m, n)). ,This works with multiple dimensions and gives a similar result to matlab.
確定! 回上一頁