[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: system command
From: |
Paul Kienzle |
Subject: |
Re: system command |
Date: |
Thu, 17 May 2001 10:49:04 +0100 |
User-agent: |
Mutt/1.2.5i |
It works for me. Try the following:
pkienzle:~/octave$ export JUNK=5
pkienzle:~/octave$ octave
GNU Octave, version 2.0.16.91 (i386-pc-linux-gnu).
Copyright (C) 1996, 1997, 1998, 1999, 2000 John W. Eaton.
This is free software with ABSOLUTELY NO WARRANTY.
For details, type `warranty'.
systemoctave:1> system("echo $JUNK")
5
ans = 0
octave:2>
Paul Kienzle
address@hidden
On Thu, May 17, 2001 at 09:55:12AM +0200, Jan-Mark Batke wrote:
> Hello all,
>
> how can I tell the system-command to use the complete
> environment of my linux box?
>
> Background: I wrote a script for Matlab to convert plots to
> metagraph using metapost (yeah, looks good!). The script
> calls mpost first,
>
> system('./mpmkmps.sh somefile');
>
> and mpost tells:
>
> ,----
> | ./mpmkmps.sh processing This is MetaPost, Version 0.641 (Web2C 7.3.1)
> | I can't find the mem file `mpost.mem'!
> `----
>
> Same for using latex, eg. the environment is missing for
> mpost and latex. Using
>
> unix('./mpmkmps.sh somefile');
>
> within Matlab works fine.
>
> Any hints? Thanks in advance
>
> Jan-Mark
> --
> .- Dipl.-Ing. Jan-Mark Batke -- TU Berlin·Secretary FT 5-1 .
> Phone: ++49 30 314-2 45 78 Fachgebiet Fernmeldetechnik
> Fax: ++49 30 314-2 25 14 (Telecommunications Group)
> http://www-ft.ee.tu-berlin.de/~batke ------.¸.·¸.·´¯`·.¸.·.
>
>
>
>
>
> -------------------------------------------------------------
> Octave is freely available under the terms of the GNU GPL.
>
> Octave's home on the web: http://www.octave.org
> How to fund new projects: http://www.octave.org/funding.html
> Subscription information: http://www.octave.org/archive.html
> -------------------------------------------------------------
>
>
-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.octave.org
How to fund new projects: http://www.octave.org/funding.html
Subscription information: http://www.octave.org/archive.html
-------------------------------------------------------------
- fishy rank, Daniel Heiserer, 2001/05/17
- system command, Jan-Mark Batke, 2001/05/17
- Re: system command,
Paul Kienzle <=
- Re: system command, Jan-Mark Batke, 2001/05/17
- Re: system command, John W. Eaton, 2001/05/17
- Re: system command, John W. Eaton, 2001/05/17
- test if octave is running, Jan-Mark Batke, 2001/05/28
- Re: test if octave is running, Paul Kienzle, 2001/05/28
- remove fields from structure, Jan-Mark Batke, 2001/05/31
- Re: system command, Paul Kienzle, 2001/05/17
- Re: system command, Jan-Mark Batke, 2001/05/17
Re: fishy rank, Paul Kienzle, 2001/05/17