From: Jagadeeswararao on 25 Dec 2008 12:33 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 25 Dec 2008 23:47 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.
|
Pages: 1 Prev: Engine control design Next: Undefined function or variable 'newnarx' in 6.5.0.180913a (R13) |