Home > sgwt_toolbox > demo > hline.m

hline

PURPOSE ^

SYNOPSIS ^

function hline(y,varargin)

DESCRIPTION ^

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function hline(y,varargin)
0002   xl=xlim;
0003   plot(xl,y*[1 1],varargin{:});

Generated on Fri 30-Apr-2010 17:49:57 by m2html © 2003