comparison scripts/plot/title.m @ 2314:949ab8eba8bc

[project @ 1996-07-12 03:58:02 by jwe]
author jwe
date Fri, 12 Jul 1996 03:58:02 +0000
parents 5ca126254d15
children b5568c31ee2c
comparison
equal deleted inserted replaced
2313:5ca126254d15 2314:949ab8eba8bc
23 ## plot is displayed. 23 ## plot is displayed.
24 ## 24 ##
25 ## See also: plot, semilogx, semilogy, loglog, polar, mesh, contour, 25 ## See also: plot, semilogx, semilogy, loglog, polar, mesh, contour,
26 ## bar, stairs, gplot, gsplot, replot, xlabel, ylabel 26 ## bar, stairs, gplot, gsplot, replot, xlabel, ylabel
27 27
28 ## Author: jwe
29
28 function title (text) 30 function title (text)
29 31
30 if (nargin != 1) 32 if (nargin != 1)
31 usage ("title (text)"); 33 usage ("title (text)");
32 endif 34 endif