Commit Graph

25 Commits (69b385ccd4930342515fad6cfb731e0d1bcb95a1)

Author SHA1 Message Date
Houtan Bastani 0219301e23 reporting (WIP) 2013-02-27 13:18:53 +01:00
Sébastien Villemot cfa28a58d3 Add display method for dynDate and dynDates classes 2013-02-05 14:49:30 +01:00
Sébastien Villemot 3a599aee84 Add subsasgn methods to dynDate and dynDates
The rationale is that, in the absence of a subsasgn method, MATLAB and Octave
behave differently. The former refuses any data member update, while the latter
allows all. Providing an implementation is therefore required to have uniform
behavior.
2013-02-05 14:32:08 +01:00
Sébastien Villemot 597b850890 Fix typo 2013-02-05 12:49:41 +01:00
Michel Juillard a74069c91d * matlab/@dynDates/append.m: added the possibility to append a
dynDates object. Duplicate dates are permitted and not checked for.
2013-01-13 10:53:23 +01:00
Michel Juillard 842b8875f2 * matlab/@dynDates/subsref.m: adding sub_sample subsref to dynDates 2013-01-13 10:24:16 +01:00
Michel Juillard 4f7606f5a1 * matlab/@dynDate: started changing references to dynTime by
dynDates; dynDate can be initialized with a single dynDate
2013-01-12 21:39:54 +01:00
Stéphane Adjemian (Charybdis) 2313ec2d94 Fixed function name, header and error message. 2012-11-14 12:32:03 +01:00
Stéphane Adjemian (Charybdis) a1c8c785e0 Added unique method to the dynDates class. 2012-11-14 12:32:03 +01:00
Stéphane Adjemian (Charybdis) bcaae72338 Added pop method to the dynDates class. 2012-11-14 12:32:02 +01:00
Stéphane Adjemian (Charybdis) 11c30cee3b Cosmetic change. 2012-11-14 12:32:02 +01:00
Stéphane Adjemian (Charybdis) 28e146fc69 Fixed header. 2012-11-14 12:32:02 +01:00
Stéphane Adjemian (Charybdis) fde2694e0c Added append method in dynDates class (with unitary tests). 2012-11-14 12:32:02 +01:00
Stéphane Adjemian (Charybdis) 68a2ce4f49 Fixed bufg in overloaded subsref method for dynDates class. 2012-11-14 12:32:02 +01:00
Sébastien Villemot 0ab230b474 Fix copyright notices 2012-10-31 17:03:49 +01:00
Stéphane Adjemian (Charybdis) 6f56eafdfa Changed unitary test. 2011-10-21 11:38:46 +02:00
Stéphane Adjemian (Charybdis) 633256a7f7 Added sort method in dynDates class. 2011-10-21 11:38:45 +02:00
Stéphane Adjemian (Charybdis) 3b471c854e Fixed constructor for dynDates, added subsref overloaded method. 2011-10-21 11:38:45 +02:00
Stéphane Adjemian (Charybdis) 8c66d4b86a Added new class for unordered dates (not ready). 2011-10-21 11:38:45 +02:00
Stéphane Adjemian (Charybdis) 01bfd371d2 Changed name of dynDates class to dynDate. dynDates will be used latter for irregular and unsorted sequence of dates. 2011-10-21 11:38:45 +02:00
Stéphane Adjemian (Charybdis) ead128eec8 Added max function for dynDates class. 2011-10-21 11:38:45 +02:00
Stéphane Adjemian (Charybdis) 7304d63282 Added min function for dynDates class. 2011-10-21 11:38:45 +02:00
Stéphane Adjemian (Scylla) 7cf2aace3e Allow to declare yearly data with a string. Changed test conformably. Fixed bug in texinfo header. 2011-09-26 15:12:45 +02:00
Stéphane Adjemian (Scylla) 0f8e05fcd6 Completed @dynDates/plus method. Added test section. 2011-09-12 11:46:14 +02:00
Stéphane Adjemian (Scylla) 1e04330fe8 Added dynDates class. 2011-09-05 18:57:42 +02:00