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

3 lines
41 B
Matlab
Executable File

function y = mytestNEW(B,X)
y = B - X*X;