[OctDev] repeated hanging on plotting

2011-09-04 Thread Dov Kruger
Running windows 7, with the octforge binary 3.2.4, with all packages installed except oct2mat. The following script worked, but then suddenly stopped working. Now, it starts to draw the graph, hangs, starts refreshing the graph, hangs, repeatedly. x = -100:.2:100; y=x; [x,y]=meshgrid(x,y); r = s

Re: [OctDev] Windows octave binary installation fails for octcdf

2011-08-29 Thread Dov Kruger
When I installed all packages, and tried: netcdf it says that netcdf does not exist. That's when I started looking at how to install, and found that the documentation says I can't. On Mon, Aug 29, 2011 at 12:10 AM, Tatsuro MATSUOKA wrote: > Hello > > On octave-3.2.4 distributed on SourcgeForge

[OctDev] Windows octave binary installation fails for octcdf

2011-08-28 Thread Dov Kruger
The binary package available for windows is 3.2.4. I tried to installed octcdf, but it didn't work. Reading the docs on wikipedia indicates that octcdf only works on octave 3.4 or better. This leads to the question: why provide a package if it won't work with the binary version? Is there some w

Re: [OctDev] Octave fails to draw on first plot

2011-08-27 Thread Dov Kruger
Yes, I had oct2mat installed. I wiped out my installation and re-installed without opt2mat. Is there any way to eliminate it without starting over? 2011/8/26 Jordi GutiƩrrez Hermoso > > Octave 3,2,4 is failing to plot the first time on 64 bit windows 7 on HP > > 630s with Intel graphics. > >

[OctDev] Octave fails to draw on first plot

2011-08-26 Thread Dov Kruger
Octave 3,2,4 is failing to plot the first time on 64 bit windows 7 on HP 630s with Intel graphics. When I plot the first time, nothing happens, no window pops up. The second time, it works. Thereafter, the first plot doesn't update the window, but the second does. Is there a way to build to fix