Error using xlsread (matlab 读取文件报错)

来源:互联网 发布:php注入 编辑:程序博客网 时间:2024/05/20 02:54

在使用matlab中的  xlsread 函数时,可能会报如下错误:


Error using xlsread (line 251)

Error in TSAF>pushbutton1_Callback (line 274)
    num=xlsread(File);

Error in gui_mainfcn (line 95)
        feval(varargin{:});

Error in TSAF (line 42)

    gui_mainfcn(gui_State, varargin{:});


可能原因:   excel文件格式太新。

解决方案:将文件另存为  excel 97-2003 .xls 

0 0
原创粉丝点击