comparison scripts/io/dlmwrite.m @ 21549:17845d0e359f

doc: Remove unecessary whitespace and end of docstrings. * octave_config_info.m, dlmwrite.m, edit.m, padecoef.m, unique.m: Remove unecessary whitespace and end of docstrings.
author Rik <rik@octave.org>
date Mon, 28 Mar 2016 08:58:10 -0700
parents 1bb9a34011d1
children bac0d6f07a3e
comparison
equal deleted inserted replaced
21548:f044dc45b8b1 21549:17845d0e359f
20 ## @deftypefn {} {} dlmwrite (@var{file}, @var{M}) 20 ## @deftypefn {} {} dlmwrite (@var{file}, @var{M})
21 ## @deftypefnx {} {} dlmwrite (@var{file}, @var{M}, @var{delim}, @var{r}, @var{c}) 21 ## @deftypefnx {} {} dlmwrite (@var{file}, @var{M}, @var{delim}, @var{r}, @var{c})
22 ## @deftypefnx {} {} dlmwrite (@var{file}, @var{M}, @var{key}, @var{val} @dots{}) 22 ## @deftypefnx {} {} dlmwrite (@var{file}, @var{M}, @var{key}, @var{val} @dots{})
23 ## @deftypefnx {} {} dlmwrite (@var{file}, @var{M}, "-append", @dots{}) 23 ## @deftypefnx {} {} dlmwrite (@var{file}, @var{M}, "-append", @dots{})
24 ## @deftypefnx {} {} dlmwrite (@var{fid}, @dots{}) 24 ## @deftypefnx {} {} dlmwrite (@var{fid}, @dots{})
25 ## Write the numeric matrix @var{M} to the text file @var{file} using a 25 ## Write the numeric matrix @var{M} to the text file @var{file} using a
26 ## delimiter. 26 ## delimiter.
27 ## 27 ##
28 ## @var{file} should be a filename or a writable file ID given by @code{fopen}. 28 ## @var{file} should be a filename or a writable file ID given by @code{fopen}.
29 ## 29 ##
30 ## The parameter @var{delim} specifies the delimiter to use to separate values 30 ## The parameter @var{delim} specifies the delimiter to use to separate values