I'm using the convex optimisation toolbox in matlab and the objective function gets minimized and the value is shown. But the optimisation variable for which minima is achieved, I cannot find. Will someone tell me how to find it?
Asked
Active
Viewed 124 times
1 Answers
0
You didn't say which function you are using to perform the optimization, but most or all of them return the location of the minimum as the first argument. See fmincon
for example.

Eitan T
- 32,660
- 14
- 72
- 109

Joshua Barr
- 396
- 1
- 5
-
Alright. Found it. Thanks. – sprajagopal May 21 '13 at 07:37