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

3 lines
41 B
Matlab
Executable File

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