From: Jagadeeswararao on
When I run newnarx, it is giving error that
"??? Undefined function or variable 'newnarx'"
for the following code


p = {0 0 1 1 1 1 0 0 0 0 0 0};
stem(cell2mat(p))
>> net = newnarx(p,[-1 1],0,1,[],{'purelin'});
??? Undefined function or variable 'newnarx'.

Can any one help me?