00001 function y=mv(x,s,v,n) 00002 00003 myEps=sqrt(eps); 00004 00005 00006 00007 y=(fv(s,v+myEps*x,n)-fv(s,v,n))/myEps;