comparison Dictionary.m @ 167:15baeb35f74e feature/grids

Merge in changes from default.
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 23 Feb 2016 13:25:43 +0100
parents 8298734b1938
children ba0fee896b41
comparison
equal deleted inserted replaced
166:7cb97c1988d9 167:15baeb35f74e
70 else 70 else
71 throw(ME); 71 throw(ME);
72 end 72 end
73 end 73 end
74 otherwise 74 otherwise
75 error('Unsupported indexing operator: %s',S.type); 75 B = builtin('subsref', obj, S);
76 % error('Unsupported indexing operator: %s',S.type);
76 end 77 end
77 end 78 end
78 79
79 % A(i) = B 80 % A(i) = B
80 function obj = subsasgn(obj,S,B); 81 function obj = subsasgn(obj,S,B);