fsolve error despite optimization toolbox
12 次查看(过去 30 天)
显示 更早的评论
Hi,
I am getting an error when I run a code that includes fsolve : Undefined function 'fsolve' for input arguments of type 'function_handle'.
I have installed the Global Optimization Toolbox. Any idea where there may be an issue?
Thanks
0 个评论
采纳的回答
Walter Roberson
2014-4-8
fsolve is the Optimization Toolbox, not the Global Optimization Toolbox.
Also be sure you have licensed the product: you will get the same error message if the software is installed by not considered licensed.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!