prog = sossolve(prog); it is showing an error i did this in SOStools an example in module page no. 25 and i am using sdtp3 fo sdp solver
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
>> prog = sossolve(prog)
Size: 16 9
Undefined function 'sedumi' for input arguments of type 'struct'.
Error in sossolve (line 126)
[x,y,info] = sedumi(At,b,c,K,pars);
please help me
0 Commenti
Risposte (1)
Walter Roberson
il 4 Set 2015
If you wish to solve using the SeDuMi solver, you need to install it; see http://sedumi.ie.lehigh.edu/ with hint at http://www.mathworks.com/matlabcentral/answers/157297-how-to-install-sedumi-1-3-on-matlab-r2014a-and-mac-os-x-10-9-5
0 Commenti
Vedere anche
Categorie
Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!