Getting symbolic equation into a format that can be used as a function for fmincon
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Arthi Sathyamurthi
2021-5-27
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Symbolic Math Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!