注册 登录
编程论坛 Matlab

关于MATLAB如何读取EXCEL数据的问题

shdguoguo 发布于 2008-09-25 10:59, 5437 次点击
各位大侠:
    我用xlsread读取EXCEL中的数据时,总是出错。

>> N=xlsread('QW.xls')
??? XLS File contains unicode text which is not yet supported.


Error in ==> C:\MATLAB6p5\toolbox\matlab\iofun\private\biffparse.dll
Error in ==> C:\MATLAB6p5\toolbox\matlab\iofun\xlsread.m
On line 78  ==> [data, names] = biffparse(biffvector);
请教这是哪里出问题了呢?是EXCEL中的数据有问题吗?
2 回复
#2
shiyuwtog2008-09-26 10:38
XLS File contains unicode text which is not yet supported.
肯定是数据的问题。
#3
leowz2008-10-22 17:24
可能是因为EXCEL里面的数据是文本型的吧
1