Can I use Global Optimization Toolbox on Matlab online with a student account ?

2 次查看(过去 30 天)
I tried MultiStart from Global Optimization Toolbox on Matlab online. My code is
my_objective = @(tau) objective( tau, sample, K, 1, -1);
my_constraint = @(tau) constraint( tau, sample, K, kappa );
problem = createOptimProblem('fmincon', 'objective', my_objective, ...
'x0', tau_min_vneg, 'nonlcon', my_constraint, 'options', options);%
ms = MultiStart('StartPointsToRun', 'all', 'Display','on');
The error I got is Undefined function 'createOptimProblem' for input arguments of type 'optim.options.Fminunc'.
I was wondering if I have to purchase the Global optimizaiton toolbox so that I can use it on Matlab online?

采纳的回答

Walter Roberson
Walter Roberson 2016-11-26
Unfortunately the documentation is not clear on this point. The closest documentation I can see is https://www.mathworks.com/products/matlab-online/limitations.html which lists Global Optimization as one of the supported toolboxes .
However, it is not clear to me that people are able to access toolboxes that they are not licensed for on their regular license; I would tend to suspect not, but it does not really say.
You are going to need to contact Mathworks Support for this; not many of the volunteers who answer question here are eligible to use MATLAB Online.
  1 个评论
Shuping Ruan
Shuping Ruan 2016-11-26
Thanks, Walter! Yeah, the documentation wasn't clear about it. I will update this, once I get in touch with the Mathworks Support.

请先登录,再进行评论。

更多回答(0 个)

社区

类别

Help CenterFile Exchange 中查找有关 Platform and License 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by