[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: project progress
From: |
c. |
Subject: |
Re: project progress |
Date: |
Mon, 2 Sep 2013 09:06:51 +0200 |
On 2 Sep 2013, at 08:53, marco Vassallo <address@hidden> wrote:
> I was just wondering how I should rename the functions which are available
> also inside Octave.
> For example, I have my own functions eval() and plot(). For the moment they
> are just called fem_plot, fem_eval and so on. How should I call them?
Though limited, Octave does have some plymorpism if you place your file
"eval.oct" or "eval.m" in a folder called @Function the parser will select your
implementation over the built-in one when the first argument is of class
Function.
c.