摘要: 数据的滚动函数的解释,方便于画图 # 5 数组的滚动 import numpy as np def roll_zeropad(a, shift, axis=None): """ Roll array elements along a given axis. Elements off the end 阅读全文
posted @ 2020-08-04 13:23 NAIXIL 阅读(253) 评论(0) 推荐(0) 编辑