Code covered by the BSD License  

Highlights from
colea

from colea by Philip Loizou
This program can be used to edit speech waveforms

adtext
function adtext

% Copyright (c) 1995 by Philipos C. Loizou
%

global txtc ht fFig

x=get(txtc,'String');

figure(fFig)

ht=gtext(x);
set(ht,'Color','w');

Contact us at files@mathworks.com