x=xlsread('C:\users\xy\Desktop\lgdp2.xlsx','A1:A8

solitude1210 |浏览1912次
2017/08/17 10:54
x=xlsread('C:\users\xy\Desktop\lgdp2.xlsx','A1:A8') 错误使用 xlsread (line 251) 请教各位大神,这个函数用法写错了吗?
收藏关注

满意回答

2017/08/20 11:43

it is better that you attach the excel file, so that other people could test.


the function definition is as follows:

[numericData, textData, rawData, customOutput] = xlsread(file, sheet, range, mode, customFun)


Maybe you forget to define the sheet name, try:

x=xlsread('C:\users\xy\Desktop\lgdp2.xlsx', 1, 'A1:A8');


shawnxiangyu

其他回答(0)    我来补答
0人关注该问题
+1
 加载中...