|
|
"Benoit Valley" <valley@xxxxxxxxxxxxxxxxxx> wrote in message
news:ef15e85.7@xxxxxxxxxxxxxxxxxxx
> PB wrote:
>> Hi Benoit!
>>
>> Have you tried to use print() instead of saveas(), personally I
>> think
>> print is better, something like this might work in your case:
>>
>> print -depsc2 -tiff -r300 -painters fname.eps
>>
>> % or use the functional form: print('...','..')
>>
>> HTH
>>
>> PB
>
> I tried print, but it produce the same corrupted results. I put an
> example of what is my matlab figure and what is the eps output at the
> following link:
>
> <http://www.eg.geology.ethz.ch/valley/example.pdf>
>
> If somebody could find a explanation for this, I will be very happy!
>
> Thanks for your help
> Benoît
This works for me
print -depsc2 -zbuffer filename.eps
|
|