Commit Graph

9 Commits (50a53a22eee625e338f19f5166d02a71c12ca287)

Author SHA1 Message Date
Sébastien Villemot eb6becfa82 Octave 7 compatibility fix: suppress spurious warnings
In this version of Octave, “warning on” really enables all warnings (while this
was not the case in Octave 6, suprisingly; I think this used to be different
with even older Octave releases).

We must therefore avoid to reenable all warnings after having disabled a
problematic one.
2022-04-15 14:17:34 +02:00
Sébastien Villemot 90484edb0e Use Unicode copyright symbol (in UTF-8 encoding) in all source files
It is now supported by the MATLAB editor (as of R2022a).

[skip ci]
2022-04-13 13:24:51 +02:00
Sébastien Villemot e3138abef8 Use secure URL for link to GNU licenses 2021-06-09 17:15:17 +02:00
Houtan Bastani b70a5269ee make column_names work correctly for addData 2019-10-24 11:59:48 +02:00
Houtan Bastani a717cc2ad4 only allow addData to be used once per table 2019-10-24 11:59:48 +02:00
Houtan Bastani 933c1eeb72 remove meta class access specifiers as they are not supported in MATLAB < R2012a
Revert when minimum supported Matlab version >= R2012a
2019-10-23 17:24:51 +02:00
Houtan Bastani 3183d806e3 remove unused method 2019-08-30 11:17:44 +02:00
Houtan Bastani 543e973042 convert to classdef. closes #10 closes #9 2019-08-29 17:42:20 +02:00
Houtan Bastani 4cea90a156 add basic functionality for tables with non time series data 2019-01-25 18:01:21 +01:00