Mercurial > hg > octave-nkf
diff scripts/general/structfun.m @ 10549:95c3e38098bf
Untabify .m scripts
author | Rik <code@nomad.inbox5.com> |
---|---|
date | Fri, 23 Apr 2010 11:28:50 -0700 |
parents | be13fa20656a |
children | a8ce6bdecce5 |
line wrap: on
line diff
--- a/scripts/general/structfun.m +++ b/scripts/general/structfun.m @@ -114,7 +114,7 @@ %! l.name1 = "Smith"; %! l.name2 = "Jones"; %! o = structfun (@(x) regexp (x, '(\w+)$', "matches"){1}, s, -%! "UniformOutput", false); +%! "UniformOutput", false); %! assert (o, l); %!function [a, b] = twoouts (x)