Re: [OctDev] BSD codes to include in OF

2011-09-14 Thread Andrew Knyazev
Carnë, Great, many thanks! A couple of comments: Could you please replace smith...@gmail.com with bryan.c.sm...@ucdenver.edu The polynomial fit function is a core polynomial/polyfit.m But there is also a similar packages/optim-1.0.16/wpolyfit.m According to the description, they have the same fun

Re: [OctDev] BSD codes to include in OF

2011-09-14 Thread Andrew Knyazev
On 09/14/2011 07:14 PM, Carnë Draug wrote: > Also, have you considered moving the rest of other functions of your > package into octave-forge? If you mean http://code.google.com/p/blopex , it is primarily in C. I have a few miscellaneous MATLAB functions, see http://www.mathworks.com/matlabcentra

Re: [OctDev] BSD codes to include in OF

2011-09-14 Thread Carnë Draug
2011/9/15 Andrew Knyazev <2andrewknya...@gmail.com>: > Could you please replace smith...@gmail.com with > bryan.c.sm...@ucdenver.edu Done. > The polynomial fit function is a core polynomial/polyfit.m > But there is also a similar packages/optim-1.0.16/wpolyfit.m > According to the description, th

Re: [OctDev] BSD codes to include in OF

2011-09-14 Thread Carnë Draug
2011/9/14 Andrew Knyazev <2andrewknya...@gmail.com>: > None of the functions is in matlab at the moment. Approx is ananalog of > polyfit and is better be renamed as polyfitinf It should be placed next to > polyfit. Your suggestions on placing two other functions are good. Feel free > to edit the

Re: [OctDev] octave-forge website and tracker

2011-09-14 Thread Søren Hauberg
ons, 14 09 2011 kl. 16:54 +0200, skrev c.: > On 13 Sep 2011, at 23:05, Søren Hauberg wrote: > > > I think it is fine to play with things, but I think the move to the SF > > trackers is perhaps a bit early. Did people really agree that this is > > the right move (i.e. not going to Savannah) ? > > A

Re: [OctDev] BSD codes to include in OF

2011-09-14 Thread Andrew Knyazev
None of the functions is in matlab at the moment. Approx is ananalog of polyfit and is better be renamed as polyfitinf It should be placed next to polyfit. Your suggestions on placing two other functions are good. Feel free to edit them if needed Sent from T-Mobile G2 with Googlea Carnë Draug

Re: [OctDev] BSD codes to include in OF

2011-09-14 Thread c.
On 14 Sep 2011, at 16:31, Carnë Draug wrote: > On 12 September 2011 22:59, Andrew Knyazev > wrote: >> Could you please add the attached codes to Octave-Forge? >> They are all BSD. >> >> The polynomial approximation function approx.m may go in core >> with the >> other polynomial functions. >>

Re: [OctDev] octave-forge website and tracker

2011-09-14 Thread c.
On 13 Sep 2011, at 23:05, Søren Hauberg wrote: > I think it is fine to play with things, but I think the move to the SF > trackers is perhaps a bit early. Did people really agree that this is > the right move (i.e. not going to Savannah) ? > As I'm trying to step back as maintainer I don't want t

Re: [OctDev] Request to Join as Developer

2011-09-14 Thread Carnë Draug
On 14 September 2011 16:24, Nitish Keskar wrote: > SF Username : nunoxic > My Intended Contribution Areas : Linear Algebra, Differential Equations and > Engineering. Hi Nitish, welcome to octave-forge. We usually ask for some contributions before giving write-access to the svn repository. Just m

Re: [OctDev] BSD codes to include in OF

2011-09-14 Thread c.
On 14 Sep 2011, at 17:15, Carnë Draug wrote: > Following his suggested locations for the functions I was thinking to > place approx in optim, majle in general, and laplacian in specfun. But > I was hoping someone would give their opinion as well. These suggestions sound OK, I was just not sure t

[OctDev] Request to Join as Developer

2011-09-14 Thread Nitish Keskar
SF Username : nunoxic My Intended Contribution Areas : Linear Algebra, Differential Equations and Engineering. System : Ubuntu 10.04 + Debian Squeeze (Dual Boot) -- Nitish Keskar Website: www.nitishkeskar.net.tc Email : keskar.nit...@gmail.com

[OctDev] XML/SVG read

2011-09-14 Thread Juan Pablo Carbajal
Hi all, I am looking for a way to load an SVG file to octave. I tried xmltoolbox but it fails to install and is rather old. Is there any solution out there? -- M. Sc. Juan Pablo Carbajal - PhD Student University of Zürich http://ailab.ifi.uzh.ch/carbajal/ --

Re: [OctDev] BSD codes to include in OF

2011-09-14 Thread Carnë Draug
2011/9/14 c. : > On 14 Sep 2011, at 16:31, Carnë Draug wrote: >> On 12 September 2011 22:59, Andrew Knyazev >> wrote: >>> The polynomial approximation function approx.m may go in core >>> with the >>> other polynomial functions. >>> The majorisation function majle.m perhaps >>> could go in with g

Re: [OctDev] BSD codes to include in OF

2011-09-14 Thread Carnë Draug
On 12 September 2011 22:59, Andrew Knyazev wrote: > Could you please add the attached codes to Octave-Forge? > They are all BSD. > > The polynomial approximation function approx.m may go in core with the > other polynomial functions. The majorisation function majle.m perhaps > could go in with gen

Re: [OctDev] first try of improving financial package and related

2011-09-14 Thread YuHong
Hello, Thanks a lot! I will be more careful in the coding and text qualities in future contributions. Best regards, Hong Yu > From: carandraug+...@gmail.com > Date: Wed, 14 Sep 2011 12:00:10 +0100 > Subject: Re: [OctDev] first try of improving financial package and related > To: hyu0...@h

Re: [OctDev] first try of improving financial package and related

2011-09-14 Thread Carnë Draug
I made a few changes to the help text and error messages and made the commit. This function is now in the repository. It should be part of the package on its next release. Thank you for the contribution, Carnë -- BlackBer