We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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);
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?
The text was updated successfully, but these errors were encountered:
I have a similar error. Is this issue resolved? Did you find any fixes?
Sorry, something went wrong.
It turns out that I forgot to install mosek in my new laptop. Once mosek is properly installed, the code works.
No branches or pull requests
Hi,
After installing the tool, I tried to run one example from the doc/example
folder. But I got the following error message.
Can you please take a look?
The text was updated successfully, but these errors were encountered: