Dynamic-Calibration/utils/YALMIP-master/extras/gmset.m

4 lines
120 B
Mathematica
Raw Normal View History

2019-12-18 11:25:45 +00:00
function F = gmset(t,x1,x2)
%GMSET Internal function used for MAXDET formulation
F = (cone([t;(x1-x2)/2],(x1+x2)/2));