-
Ensure that all software/tools listed in
REQUIREMENTS.mdare installed. -
Clone the repository:
git clone https://github.com/martinamaggio/missaware-controller-synthesis cd missaware-controller-synthesis -
Add the framework and dependencies to the MATLAB path:
% run these commands inside the MATLAB command window addpath(genpath('/path/to/yalmip')); addpath(genpath('/path/to/mosek')); addpath(genpath('/path/to/jittertime')); addpath(genpath(pwd)); savepath;
-
Verify that YALMIP and MOSEK are recognized correctly:
% run inside the MATLAB command window yalmiptest('mosek')
Ensure that MOSEK is listed as an available solver for SDP.