log

age author description
Wed, 10 Nov 2010 08:43:53 +0000 cdemills Prepared for a new release octave-forge
Wed, 10 Nov 2010 08:41:13 +0000 cdemills Various typos corrected in the help text octave-forge
Tue, 09 Nov 2010 21:27:59 +0000 cdf added INDEX octave-forge
Mon, 08 Nov 2010 15:17:54 +0000 i7tiol Fix corner cases. octave-forge
Sun, 07 Nov 2010 18:47:36 +0000 paramaniac control: minor INDEX reordering octave-forge
Sat, 06 Nov 2010 14:38:15 +0000 paramaniac control: reorder INDEX octave-forge
Fri, 05 Nov 2010 08:57:24 +0000 i7tiol Fix returned guess of observations. octave-forge
Fri, 05 Nov 2010 06:59:23 +0000 paramaniac ? octave-forge
Tue, 02 Nov 2010 21:36:45 +0000 paramaniac control: fix misplaced brackets in sminreal octave-forge
Mon, 01 Nov 2010 23:36:07 +0000 paramaniac control: filter poles of descriptor models which are close to infinity (thanks to Peter Benner) octave-forge
Sat, 30 Oct 2010 23:38:32 +0000 paramaniac control: support discrete-time models whose sampling times are unspecified octave-forge
Fri, 29 Oct 2010 14:44:53 +0000 cdf fixed DESCRIPTION octave-forge
Fri, 29 Oct 2010 08:20:51 +0000 cdemills Bumped revision number to 0.8 octave-forge
Fri, 29 Oct 2010 08:19:14 +0000 cdemills Implemented the dotted basic matrix-like ops on DF octave-forge
Fri, 29 Oct 2010 07:14:29 +0000 cdemills Implemented the basic matrix-like ops on DF octave-forge
Thu, 28 Oct 2010 17:08:27 +0000 cdemills Various fixes and improvment octave-forge
Thu, 28 Oct 2010 14:39:05 +0000 cdemills Removed another for loop octave-forge
Thu, 28 Oct 2010 09:51:43 +0000 cdemills Fixed problem with changing all the types at once; remove some for loops octave-forge
Thu, 28 Oct 2010 09:50:26 +0000 cdemills Added a test for modifying all types at once octave-forge
Thu, 28 Oct 2010 07:36:26 +0000 cdemills When exporting cells and there are many sheets, concatenate all elems octave-forge
Thu, 28 Oct 2010 07:35:00 +0000 cdemills When filling one element at a time, ensure the result is in a column vector octave-forge
Wed, 27 Oct 2010 20:42:51 +0000 paramaniac control: fix sentence structure in texinfo string octave-forge
Wed, 27 Oct 2010 20:37:07 +0000 paramaniac control: include zeros and poles in frequency vector when plotting (thanks to JP Keller) octave-forge
Wed, 27 Oct 2010 09:34:34 +0000 cdemills x.OK? is not valid as structure access octave-forge
Wed, 27 Oct 2010 09:15:13 +0000 cdemills When accessing as s a structure, perform exact name matching; when accessing internal fields and many columns, horzcat them octave-forge
Wed, 27 Oct 2010 08:47:02 +0000 cdemills When _name{1} is empty, so is _over{1} octave-forge
Wed, 27 Oct 2010 08:42:43 +0000 cdemills Add the ability to pre-fill the DF colnames, then introduce data octave-forge
Wed, 27 Oct 2010 08:38:04 +0000 cdemills Avoids iterating on non-existing columns octave-forge
Wed, 27 Oct 2010 08:34:46 +0000 cdemills Better take into account the fact that columns name were pre-filled octave-forge
Tue, 26 Oct 2010 15:02:08 +0000 cdemills Added the ability to specify an empty input and colnames, to pre-dimension the dataframe octave-forge