Home > m > helper > ltpda_label.m

ltpda_label

PURPOSE ^

LTPDA_LABEL makes the input string into a suitable string for using on

SYNOPSIS ^

function s = ltpda_label(si)

DESCRIPTION ^

 LTPDA_LABEL makes the input string into a suitable string for using on
 plots.
 
 >> s = ltpda_label(sin)
 
 M Hewitson 11-02-07
 
 $Id: ltpda_label.html,v 1.1 2007/06/08 14:15:10 hewitson Exp $

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function s = ltpda_label(si)
0002 
0003 % LTPDA_LABEL makes the input string into a suitable string for using on
0004 % plots.
0005 %
0006 % >> s = ltpda_label(sin)
0007 %
0008 % M Hewitson 11-02-07
0009 %
0010 % $Id: ltpda_label.html,v 1.1 2007/06/08 14:15:10 hewitson Exp $
0011 %
0012 
0013 
0014 s = strrep(si, '_', '\_');

Generated on Fri 08-Jun-2007 16:09:11 by m2html © 2003