-1
コードの場所にファイルが存在することを確認しました。MATLABでファイルを開くには?
text = fopen(string.txt,'r')
エラー:
>> Phy_rate_box_plot
Undefined variable "string" or class "string.txt".
Error in Phy_rate_box_plot (line 4)
text = fopen(string.txt,'r')