Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Re: initsompc error
Posted:
Jan 16, 2013 11:51 AM
|
|
"Peter " <pbezeau@ualberta.ca> wrote in message news:kd4ngv$6lf$1@newscl01ah.mathworks.com... > Hi, > > I'm running into an error with the initsompc function. When running > > dim=[d1 d2]; > pos=hextop(dim); > plotsom(pos) > > w=initsompc(zg,dim,pos); > > I get... > > Error using initsompc (line 110) > Too many input arguments. > > > I also tried cutting and pasting the example from doc initsompc and I get > the same error. > Does anyone have any suggestions?
First, check that you're using the correct INITSOMPC (the one from Neural Network Toolbox, I assume, not one from some other non-MathWorks toolbox?)
Second, check to make sure that you're using the appropriate version of the documentation for your release. If you're using the online documentation, that is for the current release and may include commands that will not work on older releases (because they use new functionality or reflect bug fix or intentionally incompatible changes.)
-- Steve Lord slord@mathworks.com To contact Technical Support use the Contact Us link on http://www.mathworks.com
|
|
|
|