lozyxshve 发表于 2008-5-13 15:59

Inputs are incorrectly sized for network 出错求助

运行时 错误提示
??? Error using ==> network.train
Inputs are incorrectly sized for network.
Matrix must have 3 rows.

Error in ==> Untitled at 10
net=train(net,P,T)

源程序
P=;
T=;
net=newff(,,{'tansig','logsig'},'traingd');
net.trainParam.epochs=15000;
net.trainParam.goal=0.01;
LP.lr=0.1;
net=train(net,P,T);

请问如何更正

[ 本帖最后由 eight 于 2008-5-13 16:07 编辑 ]

ch_j1985 发表于 2008-5-13 16:15

原帖由 lozyxshve 于 2008-5-13 15:59 发表 http://www.chinavib.com/forum/images/common/back.gif
运行时 错误提示
??? Error using ==> network.train
Inputs are incorrectly sized for network.
Matrix must have 3 rows.

Error in ==> Untitled at 10
net=train(net,P,T)

源程序
P=

请看Matlab Help文件
doc train

lozyxshve 发表于 2008-5-13 16:32

回复 2楼 的帖子

全是英文 看不懂能帮着简单说一下吗如果不耽误你的时间
页: [1]
查看完整版本: Inputs are incorrectly sized for network 出错求助