We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c9eb2e commit bda46ffCopy full SHA for bda46ff
inst/dbtable.m
@@ -51,7 +51,6 @@
51
endproperties
52
53
properties (Access = public)
54
- # TODO need provide a set ?
55
Properties = struct ( ...
56
'Description', "", ...
57
'DimensionNames', {{'Row' 'Variables'}}, ...
@@ -463,12 +462,12 @@ function summary (this)
463
462
data = this.subsref(substruct('{}', {rows:nrows, ':'}));
464
tdata = dbtable(data{:}, 'VariableNames', names);
465
endfunction
+ endmethods
466
467
- # TODO: hide ?
+ methods (Access = hidden)
468
function tdata = _RawData(this)
469
tdata = this._data2;
470
471
-
472
endmethods
473
endclassdef
474
0 commit comments