fname = r”\ParametricStudy_RF_SweepGain-20to60_gain55.mat”
folder = r”C:\Python\Radar”
pathf = folder+fname
#print(pathf)
import scipy.io
dic = scipy.io.loadmat(pathf)
print(dic,type(dic))
# scipy.io.savemat(SavePath, rawdict) #存檔
#SavePath = 路徑+檔名+ .mat

部分輸出結果:









![Python如何讀取*.jsonl (JSON Lines)? 讀取為List[dict] Python如何讀取*.jsonl (JSON Lines)? 讀取為List[dict]](https://i0.wp.com/savingking.com.tw/wp-content/uploads/2023/10/20231024225613_30.png?quality=90&zoom=2&ssl=1&resize=350%2C233)

近期留言