comparison scripts/io/strread.m @ 14119:94e2a76f1e5a stable

doc: Final grammarcheck and spellcheck before 3.6.0 release. * container.txi, aspell-octave.en.pws, expr.txi, vectorize.txi, accumarray.m, accumdim.m, interpft.m, strread.m, parseparams.m, warning_ids.m, cellfun.cc, help.cc: grammarcheck and spellcheck docstrings.
author Rik <octave@nomad.inbox5.com>
date Thu, 29 Dec 2011 06:05:00 -0800
parents 153581342e47
children 72c96de7a403
comparison
equal deleted inserted replaced
14118:ebe2e6b2ba52 14119:94e2a76f1e5a
124 ## Any character in @var{value} will be used to split @var{str} into words 124 ## Any character in @var{value} will be used to split @var{str} into words
125 ## (default value = any whitespace). 125 ## (default value = any whitespace).
126 ## 126 ##
127 ## @item "emptyvalue": 127 ## @item "emptyvalue":
128 ## Value to return for empty numeric values in non-whitespace delimited data. 128 ## Value to return for empty numeric values in non-whitespace delimited data.
129 ## The default is NaN. When the data type does not support NaN 129 ## The default is NaN@. When the data type does not support NaN
130 ## (int32 for example), then default is zero. 130 ## (int32 for example), then default is zero.
131 ## 131 ##
132 ## @item "multipledelimsasone" 132 ## @item "multipledelimsasone"
133 ## Treat a series of consecutive delimiters, without whitespace in between, 133 ## Treat a series of consecutive delimiters, without whitespace in between,
134 ## as a single delimiter. Consecutive delimiter series need not be vertically 134 ## as a single delimiter. Consecutive delimiter series need not be vertically