Code covered by the BSD License  

Highlights from
colea

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

prnt(orientation)
function prnt(orientation)

global fno

figure(fno)


if strcmp(orientation,'landsc')==1
	set(fno,'PaperOrientation','Landscape')
	set(fno,'PaperPosition',[0.25 1.5 11 7]);
else
	set(fno,'PaperOrientation','Portrait')
	set(fno,'PaperPosition',[0.25 1.5 8 8]);
end

print

Contact us at files@mathworks.com