import numpy as np # step 1:1維的等差陣列 a = np.arange(0,4.0,0.5) #類似python內建的range,只是輸出是array的資料型態 print (a) #輸出為:[ 0. 0.5 1. 1.5 2.
確定! 回上一頁