constrained pso : Not enough input arguments.
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
genevois pierre
il 29 Dic 2016
Modificato: Walter Roberson
il 29 Dic 2016
hi, in my code, I use
[x, fval, exitflag] = pso(mapse_vu_sd, 7, [], [], [], [], ...
lx, ux, mapse_CNL_sd_c)
and I get the error :
Not enough input arguments.
Error in mapse_vu_sd (line 13)
X = x.*MX;
Error in essai_pso (line 27)
[x, fval, exitflag] = pso(mapse_vu_sd, 7, [], [], [], [], ...
Can you help me ? Thank you
0 Commenti
Risposta accettata
Walter Roberson
il 29 Dic 2016
Modificato: Walter Roberson
il 29 Dic 2016
[x, fval, exitflag] = pso(@mapse_vu_sd, 7, [], [], [], [], ...
lx, ux, mapse_CNL_sd_c)
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Direct Search 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!