5 lines
130 B
Mathematica
5 lines
130 B
Mathematica
|
|
function setsos(X,h,ParametricVariables,Q,v)
|
||
|
|
%SETSOS Internal function
|
||
|
|
|
||
|
|
yalmip('setsos',X.extra.sosid,h,ParametricVariables,Q,v);
|