Dynamic-Calibration/utils/YALMIP-master/extras/@ncvar/gethackflag.m

5 lines
103 B
Matlab
Executable File

function y = gethackflag(X)
%GETHACKFLAG Internal function to extract constraint type
y = X.typeflag;