help-octave
[Top][All Lists]
Advanced

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

Re: function


From: Ivan Sutoris
Subject: Re: function
Date: Sun, 9 Nov 2008 01:15:49 +0100

Hi

I've tried your example, and I think the problem is that your file
starts with function definition, so Octave understands it as function,
not script. You should either put function definition in one file and
rest of commands in second file (and then run the second file), or put
some commands before function definition.

Regards
Ivan Sutoris


reply via email to

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