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

3 lines
41 B
Mathematica
Raw Permalink Normal View History

2019-12-18 11:25:45 +00:00
function y = mytestNEW(B,X)
y = B - X*X;