MATLAB神经网络编程源代码 %创建神经网络 前馈BP网络 net = newff( minmax(input) , [10 10 3] , { 'logsig' 'logsig' 'purelin' } , 'traingdx' ) ;