如何在python中定义像matlab那种等间距数组

如题所述

import numpy as np
start = 0  # 起始
end = 10   # 终止
step = 2   # 间隔大小
a = np.array([i for i in range(start, end, step)])

温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答
大家正在搜