time | Calls | line |
---|
| | 85 | function obj = createLike(obj,dimLength,dimLabels)
|
< 0.001 | 8 | 86 | if nargin < 3
|
| | 87 | obj = obj.createLike@matlab.internal.tabular.private.tabularDimension(dimLength);
|
< 0.001 | 8 | 88 | else
|
0.023 | 8 | 89 | obj = obj.createLike@matlab.internal.tabular.private.tabularDimension(dimLength,dimLabels);
|
< 0.001 | 8 | 90 | end
|
< 0.001 | 8 | 91 | obj.hasUnits = false;
|
< 0.001 | 8 | 92 | obj.units = {};
|
< 0.001 | 8 | 93 | obj.hasDescrs = false;
|
< 0.001 | 8 | 94 | obj.descrs = {};
|
< 0.001 | 8 | 95 | obj.hasContinuity = false;
|
< 0.001 | 8 | 96 | obj.continuity = [];
|
< 0.001 | 8 | 97 | obj.hasCustomProps = false;
|
< 0.001 | 8 | 98 | obj.customProps = struct;
|
< 0.001 | 8 | 99 | end
|
Other subfunctions in this file are not included in this listing.