Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

fmincon-Optimization running. Error running optimization. Not enough input arguments.What do I do??

1 vue (au cours des 30 derniers jours)
Vivek R
Vivek R le 6 Sep 2018
Clôturé : MATLAB Answer Bot le 20 Août 2021
I am using method of lines for solving system of pde's, when I use fmincon to minimize my kinetic parameters, I often get the above mentioned error.Kindly help.
  2 commentaires
Stephan
Stephan le 6 Sep 2018
Based on the very detailed and numerous information that you have given us about your problem, it is safe to say that you have not given enough input arguments.
Walter Roberson
Walter Roberson le 6 Sep 2018
Perhaps you have given a function name in a place where a handle is expected. For example,
integral(sin, 0, 2)
is not valid and instead you need
integral(@sin, 0, 2)

Réponses (0)

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by