help-octave
[Top][All Lists]
Advanced

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

Re: Asunto: looking for time-consuming Octave app


From: Javier Fernandez Baldomero
Subject: Re: Asunto: looking for time-consuming Octave app
Date: Thu, 29 Apr 2004 21:19:22 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225


Hi, Pablo, thanks for your help,

Currently I have a couple of applications in queue (work for months :-)
of greater size. Also, reviewers can be very picky and could directly
reject an example just because "it looks like a toy problem", independently
that it might not be true. I mean, just because it's only 5 lines of code,
some reviewer can say "toy problem" and the paper is automatically
rejected, without further studying the five lines in detail.

With the two applications in queue I have plenty of work until summer :-)
Again, thanks for your response

-javier

address@hidden wrote:

a=[1:length_array] #length_array=5000~10000
start=time()
b=autocor(a)
final=time()
total_time=final-start
3.- of certain interest (ie, chances of being accepted
   in a congress or journal on the subject if computing
   time could be significantly reduced)





-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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