yalmiptime: NaN
solvertime: NaN
info: [1x265 char]
problem: 9
opts6 = sdpsettings('solver','NOMAD','verbose',2);
Error using nomad
It appears you may be calling NOMAD using the OPTI NOMAD Syntax - nomad(fun,x0,lb,ub,nlcon,nlrhs,xtype,opts). This is the GERAD NOMAD
version and requires nomad(bb,x0,lb,ub,opts).
[x,fval,exitflag,iter,nfval] = nomad(funcs.objective,model.x0,lb,ub,xtype,opts);