|
From: | Stampfli Marx |
Subject: | RE: Octave installation Windows 7 |
Date: | Thu, 20 Sep 2012 11:25:40 +0200 |
PATH and EXEC_PATH contains now "C:\\Program Files\\gs\\gs9.06\\bin", both contain the directories to fig2dev and pstoedit abut still no *.png file when my print('figTest.png','-dpng') Marx From: Michael Goffioul [mailto:address@hidden Try to use EXEC_PATH function from octave instead. Michael. On Wed, Sep 19, 2012 at 4:16 PM, Stampfli Marx <address@hidden> wrote: I installed ghostscript and I set the path in octavert setenv ("PATH", [ getenv("PATH") pathsep "C:\\Program Files\\gs\\gs9.06\\bin"]). strsplit (getenv ("PATH"), ";") shows that the path is set correctly. But my print('figTest.png','-dpng') still does not create the *.png file. My good old octave 3.03 creates very good *.png files, even better than 3.2.4. I know 3.6.x supports quaternions, which I'd like to simulate android smartphones in octave What can I do? Marx Von: Michael Goffioul [address@hidden] On Wed, Sep 19, 2012 at 4:01 AM, sfm1 <address@hidden> wrote:
I think you really need ghostscript. The other utilities that you installed are needed for more exotic file formats. Michael. |
[Prev in Thread] | Current Thread | [Next in Thread] |