Re: [OctDev] Syncope: new object-oriented control package

2009-10-18 Thread Lukas Reichlin
On 18.10.2009, at 11:38, Thomas Treichl wrote: > Lukas Reichlin schrieb: >> On 18.10.2009, at 10:14, Søren Hauberg wrote: >>> søn, 18 10 2009 kl. 10:11 +0200, skrev Lukas Reichlin: The reason is that they're not compatible, e.g. the "low-level" command ss for creating a state-space mode

Re: [OctDev] Syncope: new object-oriented control package

2009-10-18 Thread Thomas Treichl
Lukas Reichlin schrieb: > On 18.10.2009, at 10:14, Søren Hauberg wrote: > >> søn, 18 10 2009 kl. 10:11 +0200, skrev Lukas Reichlin: >>> The reason is that they're not compatible, e.g. the "low-level" >>> command ss for creating a state-space model exists in both packages, >>> but the "old" ss crea

Re: [OctDev] Syncope: new object-oriented control package

2009-10-18 Thread Lukas Reichlin
On 18.10.2009, at 10:14, Søren Hauberg wrote: > søn, 18 10 2009 kl. 10:11 +0200, skrev Lukas Reichlin: >> The reason is that they're not compatible, e.g. the "low-level" >> command ss for creating a state-space model exists in both packages, >> but the "old" ss creates a struct for storing the mo

Re: [OctDev] Syncope: new object-oriented control package

2009-10-18 Thread Søren Hauberg
søn, 18 10 2009 kl. 10:11 +0200, skrev Lukas Reichlin: > The reason is that they're not compatible, e.g. the "low-level" > command ss for creating a state-space model exists in both packages, > but the "old" ss creates a struct for storing the model data, while > the "new" ss creates an insta

Re: [OctDev] Syncope: new object-oriented control package

2009-10-18 Thread Lukas Reichlin
On 18.10.2009, at 00:04, Søren Hauberg wrote: > Hi, > > Sorry 'bout the late reply... > > fre, 16 10 2009 kl. 14:39 +0200, skrev Lukas Reichlin: >> In order to overcome these drawbacks, I started development of a new >> control package. It's completely object-oriented and as Matlab- >> compatible

Re: [OctDev] Syncope: new object-oriented control package

2009-10-17 Thread Søren Hauberg
Hi, Sorry 'bout the late reply... fre, 16 10 2009 kl. 14:39 +0200, skrev Lukas Reichlin: > In order to overcome these drawbacks, I started development of a new > control package. It's completely object-oriented and as Matlab- > compatible as possible. What makes it unique is its "model abstrac

[OctDev] Syncope: new object-oriented control package

2009-10-16 Thread Lukas Reichlin
Dear Octave Community I'm an engineering student and I participate in Octave's Control Package development in my free time. The basics of that package were written by an American professor in the first half of the nineties and are not compatible with Matlab's Control Systems Toolbox. They ha