changeset 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
files Cell.m
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Cell.m	Wed Aug 02 09:34:26 2017 +0200
+++ b/Cell.m	Wed Aug 02 09:34:45 2017 +0200
@@ -12,6 +12,10 @@
             obj.data = data;
         end
 
+        % function str = toString(obj)
+
+        % end
+
         % function display(A)
         %     n = size(A.data);