Hi

Sorry about the late reply.

man, 07 12 2009 kl. 09:09 +0100, skrev Filippo Piffaretti:
> I would like to submit to the GNU Octave Repository a piece of my work
> that I'm wrote for the analysis of luminescence exponential decay
> signal.

It's always great when new people want to share :-)

> In the present script, the function leasqr and expfit are used to
> analyze coma separated data. Plots and results files are created and
> stored in a "Results" folder created in the working directory.

I have no experience what-so-ever with these types of problems, so take
my comments with a grain of salt; there is a pretty good chance that I'm
mistaken.

I get the impression that your function is more like a final application
rather than a general purpose tool. Do you agree with this? If you do,
how much would need to be changed to get a general-purpose tool?

Personally, I don't like the idea of distributing functions that write
results to the disk. Results should IMHO be returned as variables such
that the user can do whatever suits him or her. Writing to the disk is
just fine for your own code, but I don't believe it is suitable for
general purpose code.

Søren


------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to