% Regression test function for FreeMat v3.5 % This function is autogenerated by helpgen. function success = wbtest_linspace_1 y=linspace(0,60000,60001)(end); q=60000; success = match_exact(q,y);