摘要: (1)确定要删除的区间[100,200] (2)A = duplicate[0,100],以及B = duplicate[200,end]; (3)合并A+B; https://blog.csdn.net/Hodors/article/details/112... 阅读全文
posted @ 2021-06-04 16:35 bH1pJ 阅读(290) 评论(0) 推荐(0) 编辑
摘要: Before = np.arange(range[0]-frame*n, range[0], n)During = np.arange(range[0], range[1], n)After = np.arange(range[1], range[1]+fra... 阅读全文
posted @ 2021-06-04 14:09 bH1pJ 阅读(194) 评论(0) 推荐(0) 编辑
摘要: https://www.cnpython.com/qa/38388 这个网站总结的非常详细。 import numpy as npa = np.arange(1,11,1)print(a)print(a[::3]) 阅读全文
posted @ 2021-06-04 13:01 bH1pJ 阅读(667) 评论(0) 推荐(0) 编辑
摘要: Prism存在致命缺陷(Group Data的数据结构,A组[Column]的A1[Row]组合标签下,最多只能放256个数据点)。如何解决? 好像找到了解决方案: 如下↓ 用Nested Table Nested 不提供如下的结果图类型: 懵... 阅读全文
posted @ 2021-06-04 09:37 bH1pJ 阅读(77) 评论(0) 推荐(0) 编辑