Effacer les filtres
Effacer les filtres

Matlab nnstart / nftool gives subscripted assignment dimension mismatch error

1 vue (au cours des 30 derniers jours)
Matthew
Matthew le 6 Déc 2015
Commenté : Walter Roberson le 7 Déc 2015
When I try to use the neural network tool, I get an error.
nnstart (brings up gui) click on Input-output and curve fitting (nftool)... opens the neural fitting app.
Click on next. Load example data set (and it doesn't matter which of the matlab-provided example sets I use).
Hitting next again takes me to 'validation and test data'.
I don't change anything, hit next again, taking me to 'network architecture'.
Attempting to hit 'next' in network architecture gives a gui-error of
Unable to Create Network Subscripted assignment dimension mismatch
It's error-ing in the gui only, no errors are given in the command line, and no debug info is provided.
  1 commentaire
Walter Roberson
Walter Roberson le 7 Déc 2015
At the MATLAB command line give the command
dbstop if caught error
and run through the sequence again. That should stop at the line that actually caused the problem. If you could show which line that is and what the size() are of the items involved, someone might be able to figure something out, perhaps.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Sequence and Numeric Feature Data Workflows dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by