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: matplotlib如何控制legend的位置? ax.legend(handles=[patch], loc=’upper left’, bbox_to_anchor=(6/10, 3/5) Python: matplotlib如何控制legend的位置? ax.legend(handles=[patch], loc=’upper left’, bbox_to_anchor=(6/10, 3/5)](https://i0.wp.com/savingking.com.tw/wp-content/uploads/2023/05/20230502163945_79.png?quality=90&zoom=2&ssl=1&resize=350%2C233)









近期留言