h = np.linspace(10, 20, 5, endpoint = False) # 10到20(不包含)等差的5個數i = np.logspace(10, 1000, 5, endpoint = True) # 10到1000(包含)等比(以10為底)的五個數 ...
確定! 回上一頁