help-octave
[Top][All Lists]
Advanced

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

Re: Variables


From: Mike B.
Subject: Re: Variables
Date: Tue, 23 Feb 2010 19:45:59 -0800 (PST)

Dear All,

Referring the the bug on viewing variables inside a function (please see 
below), is there an easy way to install the Octave development version (where 
the bug has been fixed) on Debian squeeze?. The current `testing' version 
(3.2.3-1) contains the bug.

Thanks,
Mike.

--- On Thu, 18/2/10, John W. Eaton <address@hidden> wrote:

> From: John W. Eaton <address@hidden>
> Subject: Variables
> To: address@hidden
> Cc: "Octave mai. lis." <address@hidden>
> Date: Thursday, 18 February, 2010, 1:54 AM
> On 16-Feb-2010, Mike B. wrote:
> 
> | Hi All,
> | 
> | I'm using Octave 3.2. I have a keyboard statement in a
> function so it enters a debug mode. However, when I type the
> name of a function variable I get an error. Here's a simple
> example:
> | 
> | function out = myfun( in )
> | a = in * 5;
> | keyboard;
> | endfunction
> | 
> | and the main code (mycode.m):
> | z1 = myfun( 10 )
> | 
> | typing
> | > mycode
> | octave runs myfun and goes into debug mode. then typing
> | > a
> | gives
> | error: `a' undefined near line 1 column 1
> 
> This bug has been fixed in the current development version
> of Octave.
> 
> jwe
> 


      New Email addresses available on Yahoo!
Get the Email name you&#39;ve always wanted on the new @ymail and @rocketmail. 
Hurry before someone else does!
http://mail.promotions.yahoo.com/newdomains/aa/



reply via email to

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