[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: please help a novice octave user.
From: |
Steven Levine |
Subject: |
Re: please help a novice octave user. |
Date: |
Sat, 06 Mar 1999 09:09:18 -0800 |
In <address@hidden>, on 02/06/99
at 12:20 PM, Gary Church <address@hidden> said:
Hi Gary,
>I'm using Octave version for OS/2 (release 2.0.13)
Same version here.
>When I invoke one of my own *.m scripts, I'm always returned the path to
>the script before the script runs. Is it possible to disable this?
Your question is not clear. Here's what I see:
octave:1>x=1;
octave:2>avg(x)
ans = 1
octave:3>avg(x);
octave:4>
How does yours differ?
>the "diary" command seems not to function properly. It doesn't create a
>file containing the input and output from my own scripts. Is there a fix
>or work-around for this?
Here's a diary:
octave:6>diary on
octave:7>avg(x);
octave:8>avg(x);
octave:9>avg(x);
octave:10>diary off
I suspect a setup or install problem.
I'd review octave.ini.
Steven
--
-----------------------------------------------------------
Steven Levine <address@hidden> MR2/ICE #10183
-----------------------------------------------------------