Re: [OctDev] parallel: bugs with big-size matrix

2010-08-10 Thread Vipul Agrawal
>On Sat, Aug 07, 2010 at 05:31:24PM +1100, Lutaev D. A. wrote: >> We used parallel-2.0.2 and we have problems with such code: >> >> clear; >> >> hosts = []; >> >> for i = 1:nargin >> hosts = [hosts; argv(){i, 1}]; >> end >> >> hosts >> >> sockets = connect(hosts) >> >> x = rand(50, 1000); >

Re: [OctDev] Trouble with jhandles--installation issue?

2010-08-10 Thread Martin Helm
Am Montag, 9. August 2010 04:02:16 schrieb Jonathan Kimball: > I have another computer that is working correctly. It has Octave 3.0.1, > which I installed from an Octave Forge package some time ago. It includes > java 1.2.4 and jhandles 0.3.3. However, I can no longer find that package. > Octave

Re: [OctDev] java-1.2.7 fails to install in octave-3.3.51

2010-08-10 Thread Philip Nienhuis
Martin Helm wrote: > Am Donnerstag, 22. Juli 2010 00:58:46 schrieb Charles Yee: >> bool)’: __java__.cc:223: error: ‘getcwd’ is not a member of ‘octave_env’ > > I compiled the java package succesfully with octave 3.3.52 (should work the > same with 3.3.51) by changing the __java__.cc code. > > ge

Re: [OctDev] Trouble with jhandles--installation issue?

2010-08-10 Thread Martin Helm
Am Dienstag, 10. August 2010 23:20:41 schrieb Michael Goffioul: > There has been a lot of confusion in this thread. The GPL violation I > mentioned was not against jhandles, but against the Windows binary > package I used to provide. Those MSVC-compiled binaries contained a > working version of jha

Re: [OctDev] Trouble with jhandles--installation issue?

2010-08-10 Thread Michael Goffioul
There has been a lot of confusion in this thread. The GPL violation I mentioned was not against jhandles, but against the Windows binary package I used to provide. Those MSVC-compiled binaries contained a working version of jhandles. When I mention the GPL issue, I was specifically referring to the

Re: [OctDev] Trouble with jhandles--installation issue?

2010-08-10 Thread Jonathan Kimball
If fixing it is a big deal, maybe the best thing is to follow the advice up-thread and wait on the fltk backend. Having no gnuplot background but plenty of Matlab experience, I really like the jhandles graphical backend. I'll either learn gnuplot or wait on fltk. Please note that there are two b

Re: [OctDev] Trouble with jhandles--installation issue?

2010-08-10 Thread Martin Helm
Am Dienstag, 10. August 2010 22:18:46 schrieb Judd Storrs: > 2010/8/10 Jonathan Kimball > > > Did the GPL issue affect the 3.0.1 build that was previously available > > for Octave, or v0.3.3 of jhandles? > > It seems I wasn't clear, so sorry for the confusion. The GPL issue is why > older builds

[OctDev] Troubleshooting Excel support [WAS: Re: XLSREAD update after new octave install with all packages (but for oct2mat)...]

2010-08-10 Thread Philip Nienhuis
Hi Ramon, (FYI I've cc'd the octave-dev mailing list as other people might benefit from this thread too. Pls answer using "reply all".) Ramon Bueno wrote: > Hi > > In between meetings I managed to remove and reinstall Octave, this time > noting and selecting all the packages explicitly except,

Re: [OctDev] Trouble with jhandles--installation issue?

2010-08-10 Thread Judd Storrs
2010/8/10 Jonathan Kimball > Did the GPL issue affect the 3.0.1 build that was previously available for > Octave, or v0.3.3 of jhandles? It seems I wasn't clear, so sorry for the confusion. The GPL issue is why older builds of Octave for Windows (3.0.x etc) were removed from source-forge. --j

Re: [OctDev] Trouble with jhandles--installation issue?

2010-08-10 Thread Jonathan Kimball
What isn't clear to me is whether this is a jhandles issue or an Octave issue. Did the GPL issue affect the 3.0.1 build that was previously available for Octave, or v0.3.3 of jhandles? More to my immediate concern, should I expect to be able to get an older version of jhandles working with Octave

Re: [OctDev] Trouble with jhandles--installation issue?

2010-08-10 Thread Martin Helm
Am Dienstag, 10. August 2010 19:44:15 schrieb Jordi Gutiérrez Hermoso: > 2010/8/10 Judd Storrs : > > 2010/8/10 Jordi Gutiérrez Hermoso > > > >> I just noticed that there is a packaging request for Debian for > >> jhandles, and I *did* mean to get around to it. > >> > >> Is it impossible to work ar

Re: [OctDev] control-1.0.11: bug in dlyap

2010-08-10 Thread Lukas Reichlin
Hi Ed, Thanks for pointing it out. I had to fix the same problem for the new control package as well. Apparently you are using Octave 3.3.5x. These development releases fix an annoying bug in Octave 3.2.x which prevented me from releasing the new package officially so far. Therefore you can tes

Re: [OctDev] Trouble with jhandles--installation issue?

2010-08-10 Thread Judd Storrs
2010/8/10 Jordi Gutiérrez Hermoso > On 9 August 2010 01:33, Michael Goffioul > wrote: > > Due to GPL license violation claim, this package is no longer available. > > I just noticed that there is a packaging request for Debian for > jhandles, and I *did* mean to get around to it. > > Is it impos

Re: [OctDev] control-1.0.11: bug in dlyap

2010-08-10 Thread Luca Favatella
Hi, Ed. Please send me a patch and I'll be happy to apply it to control-legacy svn [0]. Also consider using the new control package in svn [1] (even if not officially released so far as far as I know). Cheers, Luca Favatella [0] http://octave.svn.sourceforge.net/viewvc/octave/trunk/octave-for

[OctDev] control-1.0.11: bug in dlyap

2010-08-10 Thread Ed Herbst
Hi, The discete Lyapunov equation solver no longer works due to a change in issquare(), which now returns a 1 (not the number of rows) if the matrix is square. I'd push a patch myself but I don't have svn access. Thanks, Ed Herbst -