Hi All
I am completely new to Octave and I want to use Neural Network package.
I have just tried basic commands but I have errors below.

I have this error also with other neural network commands like newff
What am I missing?
Thanks


> b = [1.1,2.1;3.1,4.1]
b =

   1.1000   2.1000
   3.1000   4.1000

octave-3.2.3.exe:11:e:\Octave\3.2.3_gcc-4.4.0\bin
> min_max(b)
error:
error: called from:
error:
e:\Octave\3.2.3_gcc-4.4.0\share\octave\packages\nnet-0.1.10\min_max.m at
line 38, column 1
octave-3.2.3.exe:11:e:\Octave\3.2.3_gcc-4.4.0\bin
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to