[OctDev] Help with wiki, please

2011-11-29 Thread Jordi Gutiérrez Hermoso
Joanna Cheng has spent considerable effort porting this page from the old wiki: http://octave.org/wiki/index.php?title=Code There's lots of really outdated stuff there... "With a recent version of the OctaveForge installed (version 20030602 or later),"... I think OF contributors would know b

Re: [OctDev] Runtime problems in java-1.2.8 on Octave-3.4.3 on OS X

2011-11-29 Thread Michael Goffioul
On Tue, Nov 29, 2011 at 3:23 PM, Alexander Hansen wrote: > (Trying this one again in a different format, since I received no reply > the first time around) > > I'm having problems with the Octave Forge Java-1.2.8 package under > Octave 3.4.3, on Mac OS X 10.6.8 and 10.7.2.  The issues are: > > 0)

Re: [OctDev] New optimization function

2011-11-29 Thread Nir Krakauer
Dear Olaf, Thank you for all your help. I think you can go ahead and commit the function, except that maybe you should add in the help text that powell("defaults") returns the options structure if this is not standard usage. I can start a new thread for an SVN account (probably when I get back fr

Re: [OctDev] New optimization function

2011-11-29 Thread Olaf Till
On Tue, Nov 29, 2011 at 11:49:51AM -0500, Nir Krakauer wrote: > Dear Olaf, > > Here is a new version that addresses your remarks. > > To avoid eliciting a warning, I think optimset would need a new > option, which I've called SearchDirections, to hold the initial set of > direction vectors. > >

Re: [OctDev] New optimization function

2011-11-29 Thread Nir Krakauer
Dear Olaf, Here is a new version that addresses your remarks. To avoid eliciting a warning, I think optimset would need a new option, which I've called SearchDirections, to hold the initial set of direction vectors. Best, Nir On Sat, Nov 26, 2011 at 4:19 PM, Olaf Till wrote: > But a few rema

[OctDev] Runtime problems in java-1.2.8 on Octave-3.4.3 on OS X

2011-11-29 Thread Alexander Hansen
(Trying this one again in a different format, since I received no reply the first time around) I'm having problems with the Octave Forge Java-1.2.8 package under Octave 3.4.3, on Mac OS X 10.6.8 and 10.7.2. The issues are: 0) It won't install on OS X without patching: > pkg install /sw/src/jav

Re: [OctDev] dicominfo and sequences

2011-11-29 Thread Kris Thielemans
Hi Andy > > Shall I > > commit this? Done. Together with some minor housekeeping. > > over the last couple of days, I compiled octave 3.4.3 and > GDCM 2.0.18 on openSuSE 12.1. The DICOM package did not compile for > me. what versions are you using? I have not spent very long on it yet. > Oct

Re: [OctDev] dicominfo and sequences

2011-11-29 Thread Andy Buckle
On 28 November 2011 23:24, Kris Thielemans wrote: > Hi Andy > > I had a look at why dicominfo doesn't store/dump sequence elements (VR=SQ). > It turns out that this is very easy to fix. In element2value, you have near > the beginning > >        // skip "Group Length" tags. note: these are deprecat