comparison scripts/io/textread.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 8dce19c3ecf7
children 2c356a35d7f5
comparison
equal deleted inserted replaced
10792:91342260063e 10793:be55736a0783
13 ## You should have received a copy of the GNU General Public License 13 ## You should have received a copy of the GNU General Public License
14 ## along with this program; if not, see 14 ## along with this program; if not, see
15 ## <http://www.gnu.org/licenses/>. 15 ## <http://www.gnu.org/licenses/>.
16 16
17 ## -*- texinfo -*- 17 ## -*- texinfo -*-
18 ## @deftypefn {Function File} {[@var{a}, @dots{}] =} textread (@var{filename}) 18 ## @deftypefn {Function File} {[@var{a}, @dots{}] =} textread (@var{filename})
19 ## @deftypefnx {Function File} {[@var{a}, @dots{}] =} textread (@var{filename}, @var{format}) 19 ## @deftypefnx {Function File} {[@var{a}, @dots{}] =} textread (@var{filename}, @var{format})
20 ## @deftypefnx {Function File} {[@var{a}, @dots{}] =} textread (@var{filename}, @var{format}, @ 20 ## @deftypefnx {Function File} {[@var{a}, @dots{}] =} textread (@var{filename}, @var{format}, @
21 ## @var{prop1}, @var{value1}, @dots{}) 21 ## @var{prop1}, @var{value1}, @dots{})
22 ## Read data from a text file. 22 ## Read data from a text file.
23 ## 23 ##
24 ## The file @var{filename} is read and parsed according to @var{format}. The 24 ## The file @var{filename} is read and parsed according to @var{format}. The
25 ## function behaves like @code{strread} except it works by parsing a file instead 25 ## function behaves like @code{strread} except it works by parsing a file
26 ## instead
26 ## of a string. See the documentation of @code{strread} for details. 27 ## of a string. See the documentation of @code{strread} for details.
27 ## In addition to the options supported by @code{strread}, this function 28 ## In addition to the options supported by @code{strread}, this function
28 ## supports one more: 29 ## supports one more:
29 ## @itemize 30 ## @itemize
30 ## @item "headerlines": 31 ## @item "headerlines":