Function MainProcess Error on Ubuntu
Show older comments
Hi, I'm fairly new at Matlab. I managed to successfully run it on Ubuntu (MacBookPro Partition) and now I am trying to run this main process:
function []= MainProcess(defaultPara, Fdir)
When I run it, it gives me this error:
Error in MainProcess (line 54)
ops = sdpsettings('solver','sedumi','verbose',1);
I checked solver, sedumi and verbose values and I need help.
Answers (0)
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!