fid=fopen(filename,‘r‘); [A]=textscan(fid,‘%s‘); fclose(fid);
matlab读去txt文件
原文:https://www.cnblogs.com/yibeimingyue/p/12155708.html