Mercurial > repos > public > sbplib
comparison Cell.m @ 473:605a8c075388 feature/sublassable_cellarray
Add to string stub.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 02 Aug 2017 09:34:45 +0200 |
parents | 1dcac646c514 |
children | c91464ef1dd9 |
comparison
equal
deleted
inserted
replaced
472:1dcac646c514 | 473:605a8c075388 |
---|---|
9 error('Input argument to Cell must be a cell array'); | 9 error('Input argument to Cell must be a cell array'); |
10 end | 10 end |
11 | 11 |
12 obj.data = data; | 12 obj.data = data; |
13 end | 13 end |
14 | |
15 % function str = toString(obj) | |
16 | |
17 % end | |
14 | 18 |
15 % function display(A) | 19 % function display(A) |
16 % n = size(A.data); | 20 % n = size(A.data); |
17 | 21 |
18 % sizeStr = join(cellfun(@num2str, num2cell(n), 'UniformOutput',false),'x'); | 22 % sizeStr = join(cellfun(@num2str, num2cell(n), 'UniformOutput',false),'x'); |