comparison scripts/strings/strcmp.m @ 5031:5d1e2102d447

[project @ 2004-09-24 03:50:58 by jwe]
author jwe
date Fri, 24 Sep 2004 03:50:58 +0000
parents 761b8d760785
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
5030:160365410ad4 5031:5d1e2102d447
137 endfor 137 endfor
138 retval = reshape (retval, r1, c1); 138 retval = reshape (retval, r1, c1);
139 else 139 else
140 error ("strcmp: nonconformant cell arrays"); 140 error ("strcmp: nonconformant cell arrays");
141 endif 141 endif
142 else
143 error ("strcmp: expecting args to be strings or cell arrays of strings");
144 endif 142 endif
145 else
146 error ("strcmp: expecting args to be strings or cell arrays of strings");
147 endif 143 endif
148 144
149 endfunction 145 endfunction