help-octave
[Top][All Lists]
Advanced

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

Re: Troubleshooting


From: Rob Mahurin
Subject: Re: Troubleshooting
Date: Tue, 20 Nov 2007 11:32:07 -0500
User-agent: Mutt/1.5.13 (2006-08-11)

On Mon, Nov 19, 2007 at 08:23:41PM -0800, asha g wrote:
> If I type the following: I get the error message as
> shown:
> 
> source(filename)
> Error message :
> 
> error: octave_base_value::convert_to_str_internal ():
> wrong type argument `<unknown type>'
> 
> I can't decode this.

Try without parentheses:
        > source filename

or by putting the filename in a variable:
        > f = "filename"
        > source(f)

Rob


reply via email to

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