help-octave
[Top][All Lists]
Advanced

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

Re: Very slow mesh on MacOS X


From: John W. Eaton
Subject: Re: Very slow mesh on MacOS X
Date: Fri, 6 Oct 2006 11:24:55 -0500

On  6-Oct-2006, Robert A. Macy wrote:

| I use octave 2.1.50a on Windows 98
| 
| and *never* use mesh, way too slow
| 
| I write special scripts to display meshed items, using the
| gsplot commands
| 
| display 200 by 1000 in around 1/2 second on a 750MHz
| machine
| 
| I found mesh only is fast enough on 20 by 40, or such

Since mesh eventually just invokes gnuplot, it seems odd to me that it
would be too slow and your calls to gnuplot are acceptably fast, but
mesh does have a for loop, so maybe that is the source of the problem
for larger data sets.  Perhaps that can be eliminated.  But in any
case, can you post an example that demonstrates the slow response
time, and for which calls to gsplot to generate the same plot do not
show the problem?

It really doesn't help us to have a lot of posts claiming that Octave
is slow without actual examples that can be used to try to diagnose
and fix the problems.  Vague descriptions of the problems are no
substitute for a precise example, since then all we can do is guess
about what the problems might be.  Often the guesses are wrong and
just a waste of time.

Thanks,

jwe


reply via email to

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