hzs2012 发表于 2012-8-25 09:33

求教关于Matlab读取数据的实例

以某年国赛题为例子。
长江水质评价与预测。
数据以Word表格形式给出,如何快速读入Matlab,请各位大牛指教。

hzs2012 发表于 2012-8-25 09:35

自己先dddddddddddd

hzs2012 发表于 2012-8-25 09:56

hzs2012 发表于 2012-8-25 09:35 static/image/common/back.gif
自己先dddddddddddd

。当年参赛的诸位大神呢

hzs2012 发表于 2012-8-25 11:17

还是木有人么。。。。。。。。。。

天海星云 发表于 2012-8-25 12:56

xlread

我能 发表于 2012-8-25 14:43

在excel中和 matlab数据互换 加载宏 speadsheet link ex   或者word中  notebook

hzs2012 发表于 2012-8-25 14:55

天海星云 发表于 2012-8-25 12:56 static/image/common/back.gif
xlread

尝试过将doc另存为xls,用xlsread读取,可是数据大多是NaN

hzs2012 发表于 2012-8-25 15:01

我能 发表于 2012-8-25 14:43 static/image/common/back.gif
在excel中和 matlab数据互换 加载宏 speadsheet link ex   或者word中  notebook

谢谢解惑,不过能说得再详细点么,灰常感谢

hzs2012 发表于 2012-8-25 16:15

我能 发表于 2012-8-25 14:43 static/image/common/back.gif
在excel中和 matlab数据互换 加载宏 speadsheet link ex   或者word中  notebook

讲过度娘、谷歌的帮助,弄好了spreadsheet link ex & notebook。
但是问题,还是木有解决。。。。。。。。努力中

天海星云 发表于 2012-8-25 16:27

hzs2012 发表于 2012-8-25 14:55 static/image/common/back.gif
尝试过将doc另存为xls,用xlsread读取,可是数据大多是NaN

那是因为你的数据类型不是数值型,而是其他类型,如字符型。必须改为数值型
页: [1] 2
查看完整版本: 求教关于Matlab读取数据的实例