help-octave
[Top][All Lists]
Advanced

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

Re: programming recursion


From: Søren Hauberg
Subject: Re: programming recursion
Date: Wed, 29 Oct 2008 13:59:19 +0100

ons, 29 10 2008 kl. 13:16 +0100, skrev BVBA NuKey Music:
[snip]
> however there is first a warning:
> warning: function name `Q' does not agree with function file name
> `/home/nukeymusic/answer.m'

This just tells you that you are declaring a function named 'Q' in a
file named 'answer', which is considered bad style. If you want to avoid
the warning you can turn it off (see 'help warning') or renamed your
file to 'Q.m'.

> I still think there is a more elegant way to achieve this...

I'm sorry I don't understand. Achieve what?

Søren



reply via email to

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