Dynamic-Calibration/utils/YALMIP-master/extras/@constraint/problemclass.m

4 lines
60 B
Mathematica
Raw Permalink Normal View History

2019-12-18 11:25:45 +00:00
function p = problemclass(F,h)
p = problemclass(lmi(F),h);