comparison scripts/io/textread.m @ 11563:3c6e8aaa9555

Grammarcheck m-files before 3.4 release.
author Rik <octave@nomad.inbox5.com>
date Tue, 18 Jan 2011 20:55:01 -0800
parents fd0a3ac60b0e
children c792872f8942
comparison
equal deleted inserted replaced
11562:1811f4f8b3b5 11563:3c6e8aaa9555
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {[@var{a}, @dots{}] =} textread (@var{filename}) 20 ## @deftypefn {Function File} {[@var{a}, @dots{}] =} textread (@var{filename})
21 ## @deftypefnx {Function File} {[@var{a}, @dots{}] =} textread (@var{filename}, @var{format}) 21 ## @deftypefnx {Function File} {[@var{a}, @dots{}] =} textread (@var{filename}, @var{format})
22 ## @deftypefnx {Function File} {[@var{a}, @dots{}] =} textread (@var{filename}, @var{format}, @ 22 ## @deftypefnx {Function File} {[@var{a}, @dots{}] =} textread (@var{filename}, @var{format}, @var{prop1}, @var{value1}, @dots{})
23 ## @var{prop1}, @var{value1}, @dots{})
24 ## Read data from a text file. 23 ## Read data from a text file.
25 ## 24 ##
26 ## The file @var{filename} is read and parsed according to @var{format}. The 25 ## The file @var{filename} is read and parsed according to @var{format}. The
27 ## function behaves like @code{strread} except it works by parsing a file 26 ## function behaves like @code{strread} except it works by parsing a file
28 ## instead 27 ## instead