diff --git a/+types/+untyped/DataPipe.m b/+types/+untyped/DataPipe.m index 41d642f4..1e00197f 100644 --- a/+types/+untyped/DataPipe.m +++ b/+types/+untyped/DataPipe.m @@ -166,6 +166,10 @@ val = obj.internal.axis; end + function val = get.dims(obj) + val = obj.internal.maxSize; + end + function set.axis(obj, val) obj.internal.axis = val; end