# MATLAB ## Products - MATLAB - Simulink - Image Processing Toolbox - Statistics and Machine Learning Toolbox (hscc-dual2080ti) ## Plugins ### MOSEK #### Version ``` 9.3.20 ``` #### License s110062421@m110.nthu.edu.tw #### Installation - [Install](https://docs.mosek.com/9.3/install/installation.html#linux) - Move to `~` - [License](https://docs.mosek.com/9.3/licensing/quickstart.html#local) #### MATLAB Initialization - Add `~/Documents/MATLAB/startup.m` by `addpath ~/mosek/9.3/toolbox/r2015a` - Verify by `mosekdiag` ### CVX #### Version ``` Version 2.2, Build 1148 (62bfcca) Tue Jan 28 00:51:35 2020 ``` #### Installation - [Install](http://cvxr.com/cvx/doc/install.html) - Move to `~` #### MATLAB Initialization - Add `~/Documents/MATLAB/startup.m` ``` addpath ~/cvx cvx_startup(true) ``` - `cvx_setup` - `cvx_solver Mosek_3` - `cvx_save_prefs` - Verify by `cvx_solver` and `cvx_solver_settings` #### Simplex Methods - `cvx_solver_settings('MSK_IPAR_OPTIMIZER', 'MSK_OPTIMIZER_FREE_SIMPLEX')`
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up