www.gusucode.com > stats 源码程序 matlab案例代码 > stats/makeanerror.m

    function f = makeanerror(x)
f = x.x1 - x.x2 - sqrt(4-x.x1^2-x.x2^2);