Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation error for sdsos_example.m #16

Open
mdaislam006 opened this issue May 26, 2016 · 2 comments
Open

Compilation error for sdsos_example.m #16

mdaislam006 opened this issue May 26, 2016 · 2 comments

Comments

@mdaislam006
Copy link

Hi,

After installing the tool, I tried to run one example from the doc/example
folder. But I got the following error message.

Error using evalc
Undefined function 'mosekopt' for input arguments of type 'char'.

Error in spot_mosek (line 36)
evalc('[r,res] = mosekopt(''symbcon'');');

Error in spotprog/minimize (line 737)
[x,y,z,info] = solver(A,b,c,K,options);

Error in spotsosprog/minimize (line 487)
sol = minimize@spotprog(pr,varargin{:});

Error in sdsos_example (line 46)
sol = prog.minimize(-gamma, @spot_mosek, options);

Can you please take a look?

@ypleong
Copy link

ypleong commented Dec 2, 2016

I have a similar error. Is this issue resolved? Did you find any fixes?

@ypleong
Copy link

ypleong commented Dec 2, 2016

It turns out that I forgot to install mosek in my new laptop. Once mosek is properly installed, the code works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants