comparison scripts/deprecated/loadimage.m @ 8347:fa78cb8d8a5c

corrections for typos Here is a patch with some corrections for typos and missing/extra words in the manual. changeset: 8347:34fd1d1c2294 user: Brian Gough <bjg@gnu.org> date: Wed Nov 26 11:00:15 2008 -0500 summary: [docs] can not => cannot
author Brian Gough<bjg@network-theory.co.uk>
date Thu, 27 Nov 2008 10:28:24 +0100
parents de26beacb20f
children 8dee145c777d
comparison
equal deleted inserted replaced
8346:8302788f09db 8347:fa78cb8d8a5c
17 ## along with Octave; see the file COPYING. If not, see 17 ## along with Octave; see the file COPYING. If not, see
18 ## <http://www.gnu.org/licenses/>. 18 ## <http://www.gnu.org/licenses/>.
19 19
20 ## -*- texinfo -*- 20 ## -*- texinfo -*-
21 ## @deftypefn {Function File} {[@var{x}, @var{map}] =} loadimage (@var{file}) 21 ## @deftypefn {Function File} {[@var{x}, @var{map}] =} loadimage (@var{file})
22 ## Load an image file and it's associated color map from the specified 22 ## Load an image file and its associated color map from the specified
23 ## @var{file}. The image must be stored in Octave's image format. 23 ## @var{file}. The image must be stored in Octave's image format.
24 ## @seealso{saveimage, load, save} 24 ## @seealso{saveimage, load, save}
25 ## @end deftypefn 25 ## @end deftypefn
26 26
27 ## Author: Tony Richardson <arichard@stark.cc.oh.us> 27 ## Author: Tony Richardson <arichard@stark.cc.oh.us>