help-octave
[Top][All Lists]
Advanced

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

Re: A Gnuplot question


From: address@hidden
Subject: Re: A Gnuplot question
Date: Thu, 27 Nov 2008 11:32:20 +0100

Hi Thomas,
hi  Ben,
"system" may be your friend:

mypath=system ("pwd")
cd "/tmp"
pwd
cd mypath
pwd

by assigning a variable (mypath in my case) the return value of the
system command (in gnuplot) you can remember where you have been.
Take care



Dieter


P.S. tested on linux, gnuplot version 4.2.3

-----Original Message-----
> Date: Thu, 27 Nov 2008 08:26:49 +0100
> Subject: Re: A Gnuplot question
> From: Thomas Weber <address@hidden>
> To: Ben Abbott <address@hidden>

> Am Mittwoch, den 26.11.2008, 20:36 -0500 schrieb Ben Abbott:
> > Do I understand correctly?
****




reply via email to

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