10 2019 档案
摘要:1.matplotlib基础用法 import matplotlib.pyplot as plt import numpy as np 基础用法 x = np.linspace( 1,1,100) y = 2 x + 1 plt.plot(x,y) plt.show() 2.figure图像 fig
阅读全文
摘要:numpy用法 导入: import numpy as np 生成矩阵: array = np.array([[1,2,3],[4,5,6]]) 矩阵维度: array.ndim 矩阵形状: array.shape 矩阵大小: array.size 矩阵元素类型: array.dtype 创建arr
阅读全文

浙公网安备 33010602011771号