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 CenterFile Exchange에서 Sequence 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