Hy everybody,

I'm trying to implement a neural network with matlab using nntool.

Does anyone know what the following error message means?

**??? Insufficient number of outputs from right hand side of equal sign to satisfy assignment. Error in ==> nntool at 694 [errmsg,errid] = me.message;

com.mathworks.jmi.MatlabException: Insufficient number of outputs from right hand side of equal sign to satisfy assignment.**

Any help would be apreciated.

link|improve this question
feedback

2 Answers

up vote 0 down vote accepted

Can it be that you defined your neural network with let's say N outputs, but your training data somehow has more than or less than N outputs?

link|improve this answer
feedback

Just take the transpose of your input. If its an m*n matrix, make it an n*m matrix.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.