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

6 lines
76 B
Mathematica
Raw Permalink Normal View History

2019-12-18 11:25:45 +00:00
function f = deadhub(p,lambda)
f = -(invsathub(p,lambda)-lambda*abs(p));