% Regression test function for FreeMat v3.5 % This function is autogenerated by helpgen. function success = wbtest_num2hex_2 y=num2hex(.1f); q='3dcccccd'; success = match_exact(q,y);