Dynamic-Calibration/utils/YALMIP-master/@sdpvar/setsos.m

5 lines
130 B
Mathematica
Raw Permalink Normal View History

2019-12-18 11:25:45 +00:00
function setsos(X,h,ParametricVariables,Q,v)
%SETSOS Internal function
yalmip('setsos',X.extra.sosid,h,ParametricVariables,Q,v);