Mercurial > hg > octave-nkf
comparison scripts/io/strread.m @ 14853:72b8b39e12be
doc: Periodic grammarcheck of documentation.
* contrib.txi, diagperm.txi, emacs.txi, install.txi, package.txi, plot.txi,
poly.txi, vectorize.txi, strread.m, textscan.m, graphics_toolkit.m, bicg.m,
bicgstab.m, cgs.m, rand.cc, data.cc: Periodic grammarcheck of documentation.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Mon, 09 Jul 2012 10:34:43 -0700 |
parents | 821708f96efd |
children | 5d3a684236b0 |
comparison
equal
deleted
inserted
replaced
14852:53d2c3598d33 | 14853:72b8b39e12be |
---|---|
166 ## @item last character is not "\n" | 166 ## @item last character is not "\n" |
167 ## Data columns are not padded; strread returns columns of unequal length | 167 ## Data columns are not padded; strread returns columns of unequal length |
168 ## | 168 ## |
169 ## @end table | 169 ## @end table |
170 ## | 170 ## |
171 # @seealso{textscan, textread, load, dlmread, fscanf} | 171 ## @seealso{textscan, textread, load, dlmread, fscanf} |
172 ## @end deftypefn | 172 ## @end deftypefn |
173 | 173 |
174 function varargout = strread (str, format = "%f", varargin) | 174 function varargout = strread (str, format = "%f", varargin) |
175 | 175 |
176 ## Check input | 176 ## Check input |