You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run the example ../sedumi/examples/archo0.mat that loads the variables At, b, c, K and then typing [x,y,info] = sedumi(At,b,c,K) as the command window.
A large number of errors are returned that I am missing symbols required for the Mex file
/sedumi/whichcpx.mexmaci64
followed by:
Error in pretransfo (line 211)
cpx = whichcpx(K);
Error in sedumi (line 261)
[A,b,c,K,prep,origcoeff] = pretransfo(A,b,c,K,pars);
The text was updated successfully, but these errors were encountered:
Nevermind, I tried to reinstall/rebuild and I realized the installation was unsuccessful to to Mex file compatibility which has been discussed in another thread.
I am running MATLAB 2017a on a 2016 MacBook Pro
I am trying to run the example ../sedumi/examples/archo0.mat that loads the variables At, b, c, K and then typing [x,y,info] = sedumi(At,b,c,K) as the command window.
A large number of errors are returned that I am missing symbols required for the Mex file
/sedumi/whichcpx.mexmaci64
followed by:
Error in pretransfo (line 211)
cpx = whichcpx(K);
Error in sedumi (line 261)
[A,b,c,K,prep,origcoeff] = pretransfo(A,b,c,K,pars);
The text was updated successfully, but these errors were encountered: