Dynamic-Calibration/utils/YALMIP-master
Shamil Mamedov b382f14bc4 the last version of the project 2019-12-18 14:25:45 +03:00
..
@sdpvar the last version of the project 2019-12-18 14:25:45 +03:00
demos the last version of the project 2019-12-18 14:25:45 +03:00
extras the last version of the project 2019-12-18 14:25:45 +03:00
modules the last version of the project 2019-12-18 14:25:45 +03:00
operators the last version of the project 2019-12-18 14:25:45 +03:00
solvers the last version of the project 2019-12-18 14:25:45 +03:00
Contents.m the last version of the project 2019-12-18 14:25:45 +03:00
README.txt the last version of the project 2019-12-18 14:25:45 +03:00
license.txt the last version of the project 2019-12-18 14:25:45 +03:00
yalmipdemo.m the last version of the project 2019-12-18 14:25:45 +03:00
yalmiptest.m the last version of the project 2019-12-18 14:25:45 +03:00

README.txt

*****************************************    
6 steps towards a successful installation
*****************************************	


1)
Remove any old version of YALMIP

2)
unzip yalmip.zip. This should create the structure

/yalmip
/yalmip/@sdpvar
/yalmip/extras
/yalmip/solvers
/yalmip/modules
/yalmip/operators 

3)
Put the following paths in your MATLAB path 

/yalmip
/yalmip/extras
/yalmip/solvers
/yalmip/modules
/yalmip/modules/parametric
/yalmip/modules/moment
/yalmip/modules/global
/yalmip/modules/robust
/yalmip/modules/sos
/yalmip/operators 

Most easily done either via the gui or addpath(genpath('yourlocation/yalmip'))

4)	      
Make sure to have the desired solvers in your path. 

5)
Restart Matlab, or at least type "clear classes".

6)
Run yalmiptest.m and everything should work (as long as you have the necessary solvers).

Learn more at
yalmip.github.io

Forum
https://groups.google.com/forum/?fromgroups#!forum/yalmip

*****************************************

Comments and bug-reports are higly appreciated.

Johan Löfberg, Linköping University
johan.lofberg@liu.se