Question about setting up convex optimization toolbox

10 visualizaciones (últimos 30 días)
Judo
Judo el 3 de Abr. de 2017
Hi there, I am working on a convex optimization problem using Matlab and I have some question about optimization toolbox provided in Matlab. Here is my optimization problem.
I wrote the objective function but I am not sure is it correct or not.
Thank you.
function f = algorithm (p)
f = symsum(p^2, k, [1;M]);

Respuestas (0)

Categorías

Más información sobre Problem-Based Optimization Setup en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by