help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Installing/configuring MXE-Octave under Windows 7


From: David
Subject: Re: Installing/configuring MXE-Octave under Windows 7
Date: Mon, 12 May 2014 09:37:49 -0400

Thanks, that worked, at least to the extent that an output file is being created now. But it's only printing the axes, not the function being plotted. Here's the sequence of commands I entered:

>> x = linspace(0,2*pi,1024);
>> y = cos(x);
>> plot(x,y);
>> print -dpng cos.png

See attached file for output. What am I missing?

David.



Message: 2
Date: Sat, 10 May 2014 22:09:25 +0200
From: "Helios de Rosario" <address@hidden>
To: "David" <address@hidden>, <address@hidden>
Subject: Re: Installing/configuring MXE-Octave under Windows 7
Message-ID: <address@hidden>
Content-Type: text/plain; charset=UTF-8

>>> El d?a 09/05/2014 a las 21:27, David <address@hidden> escribi?:
> I encountered another problem, it seems that GhostScript isn't
included
> with the pre-compiled version of MXE-Octave. Is there any particular
> version of GhostScript that's required, or will any recent version
do? And
> I assume I just have to add it to the path for Octave to find it?
>

Yes, I can confirm that it works (under Windows 8, but I expect it to
be the same in W7): install the most recent version of Ghostscript, and
add it to the path before starting Octave (if you are using the batch
file to start it in GUI mode, you can edit it and add a line setting the
extended path).

One more advice: when you install Ghostscript, use a path that does not
contain spaces.

Helios De Rosario

INSTITUTO DE BIOMEC?NICA DE VALENCIA
Universidad Polit?cnica de Valencia ? Edificio 9C
Camino de Vera s/n ? 46022 VALENCIA (ESPA?A)
Tel. +34 96 387 91 60 ? Fax +34 96 387 91 69
www.ibv.org

  Antes de imprimir este e-mail piense bien si es necesario hacerlo.
En cumplimiento de la Ley Org?nica 15/1999 reguladora de la Protecci?n
de Datos de Car?cter Personal, le informamos de que el presente mensaje
contiene informaci?n confidencial, siendo para uso exclusivo del
destinatario arriba indicado. En caso de no ser usted el destinatario
del mismo le informamos que su recepci?n no le autoriza a su divulgaci?n
o reproducci?n por cualquier medio, debiendo destruirlo de inmediato,
rog?ndole lo notifique al remitente.

Attachment: cos.png
Description: PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]