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

6 lines
93 B
Mathematica
Raw Permalink Normal View History

2019-12-18 11:25:45 +00:00
function p = emptyNumericalModel;
p.F_struc = [];
p.K.f = 0;
p.K.l = 0;
p.K.q = 0;
p.K.s = 0;