From: Jagadeeswararao on
I m unble to run newnarx command. The error is
??? 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'.
From: ImageAnalyst on
On Dec 25, 10:33 pm, Jagadeeswararao <ajaga...(a)gmail.com> wrote:
> I m unble to run newnarx command. The error is
> ??? 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'.

----------------------------------------------------------------------
I don't have that toolbox, do you?
Type which newnarx on the command line. Does it list an m-file? If
not, this function is not in any toolbox that you've purchased. Type
ver on the command line to see which toolboxes you have installed.