Getting symbolic equation into a format that can be used as a function for fmincon
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have some symbolic equations that need to be used as non-linear constraints in an anonymous function for fmincon.
I am having trouble getting the symbolic equations into a format that can be used by the function. This leads to the following error:
"FMINCON requires all values returned by functions to be of data type double."
Apologies for my limited knowledge in describing this problem.
0 commentaires
Réponses (1)
Arthi Sathyamurthi
le 27 Mai 2021
From the limited information provided, I assume that you give a symbolic variable to the FMINCON function. Kindly check the class of the value obtained from the function by substituting the necessary values in your symbolic equation before passing it to the FMINCON function.
0 commentaires
Voir également
Catégories
En savoir plus sur Symbolic Math Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!