Mercurial > repos > public > sbplib
comparison Dictionary.m @ 136:8298734b1938
Updated noname.calculateSolution to use the opt struct.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 09 Feb 2016 13:27:38 +0100 |
parents | 54d3ab296ba0 |
children | ba0fee896b41 |
comparison
equal
deleted
inserted
replaced
135:8979d81515ac | 136:8298734b1938 |
---|---|
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); |