[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Matlab test requested: print plot in uipanel
From: |
Andreas Weber |
Subject: |
Re: Matlab test requested: print plot in uipanel |
Date: |
Mon, 11 Jul 2016 17:17:33 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.1.0 |
Am 11.07.2016 um 17:01 schrieb Przemek Klosowski:
>
> MATLAB Version: 8.6.0.267246 (R2015b) on Windows 7 creates the file
> out.png but it contains Postscript.
>
> Windows thinks it's png bitmap and can't open it. I renamed it to
> out.ps and opened in Acrobad Reader, but AR has a problem with the
> file as well. I tried to insert it as picture in Word, and it didn't
> work either: it shows onscreen as an included image that cannot be
> displayed, which is normal---but it also prints incorrectly on a
> postscript printer.
>
> I moved the file to Linux and displayed it in evince, and it displays
> fine.
>
Hi Przemek,
thank you for the test. I guess matlab needs print ('-dpng', 'out.png')
for creating a PNG.
-- Andy