Hello interested group members,
I have an issue with the solvesdp function (solver is YALMIP). I have tried solving it myself, but did not succeed.
When I run
my matlab function in Matlab, the program works totally fine, solvesdp does what I expect and the solveroutput is SOLVER PROBLEM (intrinsic): No problems detected (LINPROG)!
I used it many times in Matlab, every time it had worked fine when running my .m-file.
Then I compiled an .exe file and after running the exe-file the following error pops out:
“SOLVER PROBLEM (intrinsic): Unknown problem in
solver (try using 'debug'-flag in sdpsettings) (Error using eval Undefined
function 'calllsqnonneg' for input arguments of type 'struct'.)!”
Matlab-support-team suggested putting
%#function calllsqnonneg
at the beginning of .m file which I did. That produces then the following from solveroutput.info:
Solver not applicable (LSQNONNEG)!
Does anyone have a clue what I can do? It seems not an issue of wrong programming, otherwise it would not have produced the desired output when running the .m-file.
Best regards,
Mirsad