help-octave
[Top][All Lists]
Advanced

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

Re: another question : arrays of functions ???


From: Ted Harding
Subject: Re: another question : arrays of functions ???
Date: Fri, 14 Jun 1996 18:53:34 +0100 (GMT+0100)

( Re Message From: Francesco Potorti` )
> 
> On 13-Jun-1996, Ted Harding <address@hidden> wrote:
>  
>  fn = ["  cos"; "cos_2"; "cos_3"];
> 
> I tried it on octave 1.1.1 precompiled for alpha and what I got is:
> 
> octave:6> fn = ["  cos"; "cos_2"; "cos_3"]
> error: invalid conversion from string to real matrix
> error: evaluating assignment expression near line 6, column 4
> 
> what's up?
> --
> Francesco Potorti`                  Voice:    +39-50-593203

I tried it on octave 1.1.1 precompiled for i386-linux (cut&paste
from my mail message to make sure it was the same) and it worked ...

I do have

        implicit_str_to_num_ok="true";

in my /usr/local/lib/octave/1.1.1/m/startup/octaverc. If I set this to
"false" then I get what you got.

All the best,
Ted.                                    (address@hidden)

reply via email to

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