www.gusucode.com > 《MATLAB神经网络仿真与应用》[张德丰]的所有[程序源代码] > 第5章/li5_2.m

    P=[1 2 3];
T=[2.0 4.1 5.9];
net=newlind(P,T);
Y=sim(net,P)