Matlab nnstart / nftool gives subscripted assignment dimension mismatch error

1 回表示 (過去 30 日間)
Matthew
Matthew 2015 年 12 月 6 日
コメント済み: Walter Roberson 2015 年 12 月 7 日
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 件のコメント
Walter Roberson
Walter Roberson 2015 年 12 月 7 日
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.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by