% Regression test function for FreeMat v3.5 % This function is autogenerated by helpgen. function success = wbtest_strcmp_5 y=strcmp({'this','is','a','pickle'},['peter ';'piper ';'hated ';'pickle']); q=[0,0,0,1]; success = match_exact(q,y);