0

I want to get optimized x1, x2 from the following equation:

Formula to be minimized

What makes it different from typical quadratic function is the log2y, which prevents me from using quadprog in Matlab. Is there any way in solving the quadratic function with log?

m0nhawk
  • 22,980
  • 9
  • 45
  • 73
  • Is the pic cracked? Here is the formula: min y^T Q y - φ b^T log2y. – Qichao Ying Nov 05 '18 at 04:11
  • 2
    Use [fmincon](https://www.mathworks.com/help/optim/ug/fmincon.html) or [fminunc](https://www.mathworks.com/help/optim/ug/fminunc.html) depending on whether you have constraints or not. – Phil Goddard Nov 05 '18 at 04:52

0 Answers0