I have problems exporting to PDF and EPS from Matlab. EPS does not work at all, it only saves an empty picture. PDF works but the coordinates that specify the curves are coarsely quantized, resulting in a staircase looking curve, not a smooth one.
I.e. when I export as PDF, it is not using the data points that specify the lines, rather Matlab samples the curve and quantizes the samples to a very coarse grid.
How can one either:
- save the curves according to the original data values, or
- increase the quantization resolution?