【发布时间】:2016-10-09 00:31:32
【问题描述】:
我确保该文件存在于代码所在的位置。
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')
【问题讨论】:
标签: string matlab file fopen readfile