matlab load 文件出错(最简单的形式)报错:Error using loadNumber of columns on line 2 of ASCII file****must be the same as previous lines.但是实际上load的内容在ultraedit中是一致的呀:5.000 7.82 3.24 10.000 9.10 4.72 15.

来源:学生作业帮助网 编辑:作业帮 时间:2024/11/09 01:50:00
matlab load 文件出错(最简单的形式)报错:Error using loadNumber of columns on line 2 of ASCII file****must be the same as previous lines.但是实际上load的内容在ultraedit中是一致的呀:5.000 7.82 3.24 10.000 9.10 4.72 15.
xJ@_ӴT!TD\q$6@~J&qDM-JRօ|4] N&;ED\:sϽ܏Ky]5I͔ 4<2Ro4'.=GtzM'iPe8X5xˊfvM j(-(Ȟ`d}+ a(Yʁj:7aD'As@yhE_ilKR MG#zϑeHȡ4,tRVQJ ʥ!El%}>o Dg'$|g.\'Vc/+2E\,D.y-<:kbORoԟfؿaV z~t·KZƄY-Kлà!c;Vz,’wUuV1Kc`

matlab load 文件出错(最简单的形式)报错:Error using loadNumber of columns on line 2 of ASCII file****must be the same as previous lines.但是实际上load的内容在ultraedit中是一致的呀:5.000 7.82 3.24 10.000 9.10 4.72 15.
matlab load 文件出错(最简单的形式)
报错:Error using load
Number of columns on line 2 of ASCII file****
must be the same as previous lines.
但是实际上load的内容在ultraedit中是一致的呀:
5.000 7.82 3.24
10.000 9.10 4.72
15.000 10.14 5.77
为什么不行呢?

matlab load 文件出错(最简单的形式)报错:Error using loadNumber of columns on line 2 of ASCII file****must be the same as previous lines.但是实际上load的内容在ultraedit中是一致的呀:5.000 7.82 3.24 10.000 9.10 4.72 15.
load函数默认是读取.mat格式(二进制文件)用的,如果你是文本文件,请加上'-ascii'参数