readme.txt
来自「matlab波形优化算法经常要用到的matlab toolbox工具箱:yalm」· 文本 代码 · 共 54 行
TXT
54 行
*****************************************
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/demos
/yalmip/solvers
/yalmip/modules
/yalmip/operators
3)
Put the following paths in your MATLAB path
/yalmip
/yalmip/extras
/yalmip/demos
/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). Run yalmipdemo for some examples and a brief tutorial.
The on-line Wiki http://control.ee.ethz.ch/~joloef/wiki/pmwiki.php is recommended
*****************************************
Comments and bug-reports are higly appreciated.
Johan L鰂berg, Link鰌ing University
johanl@isy.liu.se
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?