PLOT_LAM Plotting function identical to diva_drawman This function is provided for backwards compatibility and will soon be obsolete
0001 function plot_lam(P1,P2,jawh,AV) 0002 % PLOT_LAM Plotting function identical to diva_drawman 0003 % This function is provided for backwards compatibility and will soon 0004 % be obsolete 0005 0006 % Satrajit Ghosh, SpeechLab, Boston University. (c)2001 0007 % $Header: /mnt/localhd/cvsdir/MODELLING/NEWDIVA/@d_opvt/private/plot_lam.m,v 1.1.1.1 2006/10/06 18:20:23 brumberg Exp $ 0008 0009 % $NoKeywords: $ 0010 0011 % Setup globals 0012 global RELEASE 0013 0014 diva_drawman(P1,P2,jawh,AV);