时间:2021-07-01 10:21:17 帮助过:135人阅读
(1)指定起始点 和 结束点。
默认 等差数列个数为 50。
(2)指定等差数列个数
(3)如果数列的元素个数指定, 可以设置 结束点 状态。
endpoint : bool, optional
If True, stop is the last sample. Otherwise, it is not included. Default is True.
(4)如果数列的元素个数指定, 可以设置 间隔属性 状态。
retstep : bool, optional
If True, return (samples, step), where step is the spacing between samples.
从上面的结果中可以看到,设置了步进差值返回的x,输出成了元组,而元组的第二个元素为步进差值1.0。
以上就是等差数列创建函数的实例教程的详细内容,更多请关注Gxl网其它相关文章!