labelxy
From DavinciWiki
Contents: Description, Arguments, Usage, Examples, Images, Sub-Functions, Related Functions, Source Supported Under Version: >1.00
Description Label the axes and title a plot
Arguments and Return Values Arguments: Three strings, the x label, y label and title. Return Value: None. The plot is labeled.
Usage Syntax: labelxy(x label, y label, title) 'x label' - The x-axis label 'y label' - The y-axis label 'title' - The title of the plot
Examples dv> xplot(a[,100,1]) dv> labelxy("channel","signal","Signal per channel plot")
|
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Major Sub-Functions
Related Functions
Recent Library Changes Created On: 02-15-2006 |