>格式化一下。实在不行就换个固态硬盘。建议你最好用一下三星的ssd。例如新品三星950,960这种。性能神器。我一直使用三星的ssd,质量好,安全系数高。买个一般的,要经常坏多不好。三星ssd,你值得拥有。
If there is file called datatxt, containing
12
3
4
5
6
Then your matlab can use the following code to open
clear allfileID = fopen('datatxt');
for i = 1:1:6
tline(i) = fgetl(fileID);
end
fclose(fileID)
disp(tline')>
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)