<h2>Using CVX with separate MOSEK installation<aclass="headerlink"href="#using-cvx-with-separate-mosek-installation"title="Permalink to this headline">¶</a></h2>
<p>If you wish to use CVX with a separate installation of MOSEK 6.0 or 7.0,
follow these steps after you have successfully installed MOSEK:</p>
<ulclass="simple">
<li>Make sure that MATLAB can locate your current installation of MOSEK.
If you have already been using the <ttclass="docutils literal"><spanclass="pre">mosekopt</span></tt> command within MATLAB, there
is no further configuration needed. Otherwise, you will need to modify your MATLAB
search path so it can find your MOSEK installation. For information, please see
the relevant page in your MOSEK documentation:<ul>
<li>If you have not done so yet, download and install CVX and a CVX Professional license
according to the instructions in <aclass="reference internal"href="install.html#install"><em>Installation</em></a> and <aclass="reference internal"href="install.html#licinstall"><em>Installing a CVX Professional license</em></a>.</li>
<li>If CVX and your license had already been installed, simply re-run <ttclass="docutils literal"><spanclass="pre">cvx_setup</span></tt> so
that CVX can rebuild its solver list and include MOSEK.</li>
</ul>
<p>If successful, the output of <ttclass="docutils literal"><spanclass="pre">cvx_setup</span></tt> should show that MOSEK is among the list
of available solvers. If it fails to find MOSEK, it will offer diagnostic information
that you can use to correct the problem. If those remedies fail, feel free to contact
<h2>Selecting MOSEK as your default solver<aclass="headerlink"href="#selecting-mosek-as-your-default-solver"title="Permalink to this headline">¶</a></h2>
<p>Even if MOSEK is successfully added to your solver list, it will not automatically
be selected as your default solver. To change this, type the following two commands