comparison scripts/plot/bar.m @ 3407:5e0a0b1cba43

[project @ 2000-01-06 03:13:55 by jwe]
author jwe
date Thu, 06 Jan 2000 03:14:17 +0000
parents a4cd1e9d9962
children ae7adbb591e8
comparison
equal deleted inserted replaced
3406:772cc0f88f09 3407:5e0a0b1cba43
40 ## @end example 40 ## @end example
41 ## 41 ##
42 ## @noindent 42 ## @noindent
43 ## are equivalent. 43 ## are equivalent.
44 ## @end deftypefn 44 ## @end deftypefn
45 45 ## @seealso{plot, semilogx, semilogy, loglog, polar, mesh, contour,
46 ## See also: plot, semilogx, semilogy, loglog, polar, mesh, contour, 46 ## stairs, gplot, gsplot, replot, xlabel, ylabel, title}
47 ## stairs, gplot, gsplot, replot, xlabel, ylabel, title
48 47
49 ## Author: jwe 48 ## Author: jwe
50 49
51 function [xb, yb] = bar (x, y) 50 function [xb, yb] = bar (x, y)
52 51