I'm trying to use the function in SeDuMi Interface 1.04 to solve some LMI(Linear matrice inequality) problems.
the interface is work with Matlab R2007b and SeDuMi 1.1.
the installation of Sedumi 1.1 are done, and i'm facing some problem when using the solver (sdmsol) as follow....
#####################################
# 2.6 # Solve an LMC problem: sdmsol
#####################################
quiz = sdmsol(quiz);
??? Invalid MEX-file 'G:\MATLAB\R2007b\toolbox\sedumi_1_1\whichcpx.dll': The specified
module could not be found.
.
Error in ==> pretransfo at 211
cpx = whichcpx(K);
Error in ==> sedumi at 253
[A,b,c,K,prep,origcoeff] = pretransfo(A,b,c,K,pars);
Error in ==> sdmpb.sdmsol at 187
[x,y,info]=sedumi(At,bt,c,K,pars);
Error in ==> sdmdemo at 128
fprintf('%s\n',do);eval(do);
Can anyone help me with this?? Thanks a lot
