Problem in loading optimization toolbox

1 回表示 (過去 30 日間)
Abdur Forkan
Abdur Forkan 2014 年 4 月 16 日
回答済み: Alan Weiss 2014 年 4 月 18 日
Hi, I am using Matlab 2014a. When I try to use Optimization toolbox I get the following error instead of getting the Toolbox option
Undefined function 'createProblemStruct' for input arguments of type 'char'.
Error in optimtool (line 42) validValues = {fieldnames(createProblemStruct('solvers')), {} };
I basically need to use ga. But when I try to use ga always get the error
Undefined function 'ga' for input arguments of type 'function_handle'.
But nothing is working for me. Would you please suggest me how to fix it?

回答 (1 件)

Alan Weiss
Alan Weiss 2014 年 4 月 18 日
ga is a function in Global Optimization Toolbox, not Optimization Toolbox. At the MATLAB command line enter
ver
to see whether you have Global Optimization Toolbox installed. I suspect that you do not.
Alan Weiss
MATLAB mathematical toolbox documentation

カテゴリ

Help Center および File ExchangeProblem-Based Optimization Setup についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by