fid = fopen('xxx.yyy'); % 打开文件str = fgetl(fid); % 读取一行,以字符串形式存在变量str中% % ... 自己处理fclose(fid); % 关闭文件
读取文件?
读取哪的?矩阵中的? A=M(i,:)