help-octave
[Top][All Lists]
Advanced

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

Re: a puzzle...


From: Martin Helm
Subject: Re: a puzzle...
Date: Sat, 4 Feb 2012 20:11:41 +0100
User-agent: KMail/1.13.6 (Linux/2.6.37.6-0.11-desktop; KDE/4.6.0; x86_64; ; )

Am Samstag, 4. Februar 2012, 19:12:04 schrieb Muhali:
> > Did you include the single-quotes, like below ?
> > 
> >     y = feval ('@fB', w);
> 
> I used no quotes.
> 
> > What version of Octave are you running ? Do you get the same result from
> > Octave's command line as when you run from your shell's prompt.
> 
> Same result interactively or from the shell. It was done using
> 
> 846273dae16b (stable)
> 
> Are you sure that when you ran the handle version (@) the function fB was
> not somehow referenced before?
> 
> M.
I see the exact same error as you do when using

      y = feval(@fB, w);

in fA.m with octave 3.4.3, 3.6.0 and also hg version branch default updated 
and compiled an hour ago.



reply via email to

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