Mercurial > hg > octave-avbm
diff scripts/plot/zlabel.m @ 2312:204cc7db6f4a
[project @ 1996-07-11 21:20:36 by jwe]
author | jwe |
---|---|
date | Thu, 11 Jul 1996 21:20:36 +0000 (1996-07-11) |
parents | 2b5788792cad |
children | 5ca126254d15 |
line wrap: on
line diff
--- a/scripts/plot/zlabel.m +++ b/scripts/plot/zlabel.m @@ -24,9 +24,11 @@ ## ## See other plotting commands also. -function zlabel (text) +## Author: Vinayak Dutt <Dutt.Vinayak@mayo.EDU> +## Created: 3 July 95 +## Adapted-By: jwe - ## Written by Vinayak Dutt, Dutt.Vinayak@mayo.EDU 3 Jul 95 +function zlabel (text) if (nargin != 1) usage ("zlabel (text)");