When creating a simple figure in MATLAB and saving it as PDF, the resulting PDF file will have a luxurious bounding box.
plot(1,1,'x')
print(gcf, '-dpdf', 'test.pdf');
(From the ratio of the output it seems they always put in on an A page.)
Is there a simple way to get a tight bounding box around the PDF?