Mercurial > hg > octave-nkf
diff scripts/general/structfun.m @ 10793:be55736a0783
Grammarcheck the documentation from m-files.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sun, 18 Jul 2010 20:35:16 -0700 |
parents | a8ce6bdecce5 |
children | a4f482e66b65 |
line wrap: on
line diff
--- a/scripts/general/structfun.m +++ b/scripts/general/structfun.m @@ -34,9 +34,11 @@ ## a string value. If the function returns more than one argument, they are ## returned as separate output variables. ## -## If the parameter "UniformOutput" is set to true (the default), then the function +## If the parameter "UniformOutput" is set to true (the default), then the +## function ## must return a single element which will be concatenated into the -## return value. If "UniformOutput" is false, the outputs are placed into a structure +## return value. If "UniformOutput" is false, the outputs are placed into a +## structure ## with the same fieldnames as the input structure. ## ## @example