x = sdpvar(1)
solvesdp(x>=0,x,sdpsettings('debug',1))
>> which callgurobi -all
'callgurobi' not found.
>> which callgurobi -all
C:\Program Files\MATLAB\R2013b\toolbox\mpt\yalmip\solvers\callgurobi.mEnter code here...
>> x = sdpvar(1)
solvesdp(x>=0,x,sdpsettings('debug',1))
Linear scalar (real, 1 variable)
Optimize a model with 1 rows, 1 columns and 1 nonzeros
Presolve removed 1 rows and 1 columns
Presolve time: 0.00s
Presolve: All rows and columns removed
Iteration Objective Primal Inf. Dual Inf. Time
0 0.0000000e+00 0.000000e+00 0.000000e+00 0s
Solved in 0 iterations and 0.00 seconds
Optimal objective 0.000000000e+00
ans =
yalmiptime: 0.0530
solvertime: 0.0030
info: 'Successfully solved (GUROBI-GUROBI)'
problem: 0
>> yalmiptest
Error using table (line 253)
All variables must have the same number of rows.
Error in yalmiptest (line 124)
table({'Searching for installed solvers'},header,data);
>> which table -all
C:\Program Files\MATLAB\R2013b\toolbox\matlab\datatypes\@table\table.m % table constructor
C:\Program Files\MATLAB\R2013b\toolbox\mpt\yalmip\extras\table.m % Shadowed