Commit Graph

5783 Commits (fe6f63aa2e8a7b04cb143325cfa4cd4c4f9b4dc1)

Author SHA1 Message Date
Houtan Bastani 18a24de73d reporting: @report: simplified syntax for adding vspace 2013-04-04 08:50:49 +02:00
Houtan Bastani 5f304863e5 reporting: @elements: add end.m 2013-04-04 08:48:24 +02:00
Houtan Bastani 8f7bcfc22d reporting: @table: fix display 2013-04-04 08:42:41 +02:00
Houtan Bastani aa7bb4625e reporting: fix typo 2013-04-04 07:35:54 +02:00
Houtan Bastani eae3f2fe28 reporting: @series: write tex name to table 2013-04-03 19:13:32 +02:00
Houtan Bastani a8b9dd24b8 dynSeries: tex_rename: allow to be used with one arg when the dynSeries has only one var 2013-04-03 19:13:32 +02:00
Houtan Bastani b089cae9f6 bug fix: tmp should be char not cell 2013-04-03 19:13:32 +02:00
Stéphane Adjemian (Charybdis) cd3a5b8f32 Changed interface and calibration (cubature & unscented transform). 2013-04-03 18:40:14 +02:00
Houtan Bastani 3efe8b5232 reporting: @series: add align_right option 2013-04-03 16:28:17 +02:00
Houtan Bastani b7786bf4bb reporting: @table: add vline_after option 2013-04-03 14:40:06 +02:00
Houtan Bastani 38d56ecfca reporting: @table: allow control of title font size 2013-04-03 11:37:19 +02:00
Houtan Bastani 965896d8c9 reporting: @series support writing colors/marking table rows 2013-04-02 15:00:27 +02:00
Houtan Bastani 21333de9ef reporting: @seriesElements: bug fix 2013-04-02 15:00:27 +02:00
Houtan Bastani 0569e46faa reporting: fix typo 2013-04-02 15:00:27 +02:00
Houtan Bastani 25a013b222 reporting: @series: use graph_* to precede graph-specific options 2013-04-02 15:00:27 +02:00
Houtan Bastani 53e0768f8f dynDates: add end keyword 2013-04-02 11:12:00 +02:00
Houtan Bastani 54b0f3184d reporting: @table: use @series 2013-04-02 11:08:23 +02:00
Stéphane Adjemian (Charybdis) 4e1165c905 Added Gaussian unscented cubature (order three approximation). 2013-03-30 11:06:41 +01:00
Stéphane Adjemian (Charybdis) 5ed35c2927 Fixed bug in insert_object_in_one_dimensional_cell_array routine when the original cell array is empty. 2013-03-30 11:06:41 +01:00
Houtan Bastani ea718d6998 dynDate: fix typos 2013-03-29 18:51:26 +01:00
Houtan Bastani 9637a9d4ce reporting: @graph: bug fix 2013-03-29 17:58:54 +01:00
Houtan Bastani 1006b849de reporting: factorize max range code for eventual use with @table 2013-03-29 17:25:04 +01:00
Houtan Bastani 513272a832 reporting: simplifying syntax at report object level for series 2013-03-29 17:25:04 +01:00
Houtan Bastani 95ee0857b9 reporting: use end keyword in simplified syntax 2013-03-29 17:25:04 +01:00
Houtan Bastani 691c3b79f8 dynDates: bug fix 2013-03-29 17:25:04 +01:00
Sébastien Villemot 4cab27249c Fix test w.r.t. clean rules 2013-03-29 17:22:43 +01:00
Houtan Bastani 25d8ea8bfc reporting: @series use size instead of numel 2013-03-29 15:55:28 +01:00
Houtan Bastani 9417bd1106 reporting: support end keyword for indexing 2013-03-29 15:55:28 +01:00
Houtan Bastani 340be3329e reporting: @graph: code cleanup 2013-03-29 15:55:27 +01:00
Houtan Bastani 5f0746aafe reporting: @graph: issue warning if no series to plot 2013-03-29 15:55:27 +01:00
Sébastien Villemot c8e59f1361 Do not put -lumfpack in LIBS, rather use a special variable for it 2013-03-29 15:30:31 +01:00
Sébastien Villemot 513ae741e3 Build system for MEX/Octave: use Octave's LDFLAGS in the configure script
This will facilitate the detection of UMFPACK under Windows
2013-03-29 15:07:58 +01:00
Stéphane Adjemian (Charybdis) aa73a3f5ed Added unitary test in dynSeries/subsref. 2013-03-29 14:53:34 +01:00
Stéphane Adjemian (Charybdis) 7fe697a7e0 Added the possibility to extract variables from dynSeries object using indices instead of variable names.
If ts is a dynSeries object containing variables A1, A2, A3, A4, A5, then the following syntaxes are equivalent:

ts{[1, 2, 5]}

ts{'A1','A2','A5'}

and will create a new dynSeries object made of variables A1, A2 and A5.
2013-03-29 14:53:34 +01:00
Stéphane Adjemian (Charybdis) bc1689fa05 Added iscellofchar function.
Test if all the elements of a two dimensional cell array are strings.
2013-03-29 14:53:34 +01:00
Stéphane Adjemian (Charybdis) ae80129db6 Added unitary test for @dynSeries/size. 2013-03-29 14:53:34 +01:00
Stéphane Adjemian (Charybdis) 45b89a17c3 Give dot access to the @dynSeries/size function. 2013-03-29 14:53:34 +01:00
Stéphane Adjemian (Charybdis) 9f117f9d00 Changed behaviour of @dynSeries/size.
If called with a second input argument (dim), size returns the number of observations if dim==1 or
the number of variables if dim==2. Without this second argument, size returns the number of
observations and the number of variables.
2013-03-29 14:53:34 +01:00
Houtan Bastani 077f98445b reporting: numel -> numElements, numPages 2013-03-29 10:16:16 +01:00
Houtan Bastani 26a14fe9d9 reporting: @section: remove unsupported field 2013-03-28 18:08:16 +01:00
Houtan Bastani ffbaf1a5b5 reporting: fix typo 2013-03-28 18:08:16 +01:00
Houtan Bastani 430f7b538f reporting: @graph, @series, support syntax simplification 2013-03-28 18:08:16 +01:00
Houtan Bastani aecd2a89ad reporting: rename numElements as numel 2013-03-28 18:08:15 +01:00
Houtan Bastani 09931c07ee reporting: @series class 2013-03-28 18:08:15 +01:00
Sébastien Villemot f92965b28c CSV datafiles: document it, autodetect extension 2013-03-28 12:50:04 +01:00
Stéphane Adjemian (Charybdis) 8311caf304 Closes #346 2013-03-28 12:31:34 +01:00
Stéphane Adjemian (Charybdis) 1dd2512532 Added unitary test in @dynSeries/subsasgn 2013-03-28 12:31:34 +01:00
Stéphane Adjemian (Charybdis) 5e16db5760 Closes #333 2013-03-28 12:31:34 +01:00
Stéphane Adjemian (Charybdis) 44287a2d75 Added routine. 2013-03-28 12:31:34 +01:00
Stéphane Adjemian (Charybdis) fbc34e74d4 Fixed bug. 2013-03-28 12:31:34 +01:00