55智能网
新记
如何在python中定义像matlab那种等间距数组
如题所述
举报该文章
相关建议 2017-09-02
import numpy as np
start = 0 # 起始
end = 10 # 终止
step = 2 # 间隔大小
a = np.array([i for i in range(start, end, step)])
温馨提示:内容为网友见解,仅供参考
当前网址:
https://55.aolonic.com/aa/f8rccqel4g8geiglfq.html
其他看法
无其他回答
相似回答
大家正在搜