Optimizing nonlinear functions with size variant input arguments
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Veniamin Stryzheus
il 21 Feb 2019
Commentato: Matt J
il 22 Feb 2019
I am trying to use the fminsearch() function to create the optimization and I am getting the following error: "Assignment has more non-singleton rhs dimensions than non-singleton subscripts". Does anyone know what could be causing such an error?
0 Commenti
Risposta accettata
Walter Roberson
il 22 Feb 2019
That error would happen if your objective function returns a non-scalar.
2 Commenti
Matt J
il 22 Feb 2019
You should Accept-click Walter's answer to certify that it solved your problem.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Problem-Based Optimization Setup in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!