% Regression test function for FreeMat v3.5 % This function is autogenerated by helpgen. function success = wbtest_strncmp_3 x={'astring','bstring',43,'astring'};y=strncmp(x,'astring',3); q=[1,0,0,1]; success = match_exact(q,y);