numpy.meshgrid 仿照Matlab 的 meshgrid 命令。它用于向量化两个变量的函数,以便您可以编写 x = numpy.array([1, 2, 3]) y = numpy.array([10, 20, 30]) XX, ...
確定! 回上一頁