Re: [OctDev] Octave forge database

2009-07-06 Thread Alex Hindle
Hi Tatsuro Tatsuro MATSUOKA wrote: > Please modify line 6768 in src/sqlite3_wrap.cpp > > From > result = (int)sqlite3_auto_extension(arg1); > to > result = (int)sqlite3_auto_extension((void (*)())arg1); > Thank you, this fixed that problem. Now I get a new error which seems to be relat

Re: [OctDev] OCST: Gain Margin

2009-07-06 Thread Lukas Reichlin
On 06.07.2009, at 11:13, Luca Favatella wrote: > On 03/07/2009, Lukas Reichlin wrote: > [...] >> Excellent :-) Below I added the discussion from help- >> oct...@octave.org >> together with a newer version of the function. > > Thanks. > > Committed with some style fixes. > > Please see > http://o

Re: [OctDev] My first contribution to Octave

2009-07-06 Thread Luca Favatella
[sorry for the double email, I forgot to keep cc] On 06/07/2009, Lukas Reichlin wrote: > On 06.07.2009, at 10:38, Luca Favatella wrote: [...] >> Can you please post some tests for this function? >> (1 or 2 will suffice, even simple ones, without involving graphical >> output) >> You can use this

Re: [OctDev] My first contribution to Octave

2009-07-06 Thread Lukas Reichlin
On 06.07.2009, at 10:38, Luca Favatella wrote: Please see this commit http://octave.svn.sourceforge.net/viewvc/octave?view=rev&revision=5986 I added the file svplot.m refactoring it a bit (doc and coding style), and added it to the index. Please tell me if it is ok or if I forgot something. Ca

Re: [OctDev] My first contribution to Octave

2009-07-06 Thread Luca Favatella
On 06/07/2009, Luca Favatella wrote: > On 04/07/2009, Lukas Reichlin wrote: > [...] >> [sigma_min, sigma_max, w] = svplot (sys, w) > [...] >> Regards, >> Lukas > > Please see this commit > http://octave.svn.sourceforge.net/viewvc/octave?view=rev&revision=5986 > > I added the file svplot.m refacto

Re: [OctDev] OCST: Gain Margin

2009-07-06 Thread Luca Favatella
On 03/07/2009, Lukas Reichlin wrote: [...] > Excellent :-) Below I added the discussion from help-oct...@octave.org > together with a newer version of the function. Thanks. Committed with some style fixes. Please see http://octave.svn.sourceforge.net/viewvc/octave?view=rev&revision=5988 and con

Re: [OctDev] My first contribution to Octave

2009-07-06 Thread Luca Favatella
On 04/07/2009, Lukas Reichlin wrote: [...] > [sigma_min, sigma_max, w] = svplot (sys, w) [...] > Regards, > Lukas Please see this commit http://octave.svn.sourceforge.net/viewvc/octave?view=rev&revision=5986 I added the file svplot.m refactoring it a bit (doc and coding style), and added it to t