How use a perceptron in Matlab2009 or Matlab 2012?

I am use the tutorial matlab2012
net = newp([-2 2;-2 2],1)
and have
Error using feval Undefined function 'initlay' for input arguments of type 'struct'.
and matlab2009 have
"initFcn" cannot be set to non-existing function "initlay".

Answers (0)

Tags

Asked:

on 10 Jun 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!