comparison +grid/Cartesian.m @ 155:cf748f33cd5b feature/grids

Removed some extra lines, added some notes and comments. Fixed classname.
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 18 Feb 2016 17:17:41 +0100
parents c7b2f645101f
children ce10ebde3123
comparison
equal deleted inserted replaced
154:c7b2f645101f 155:cf748f33cd5b
69 s = obj.m; 69 s = obj.m;
70 s(i) = 1; 70 s(i) = 1;
71 X{i} = repmat(t,s); 71 X{i} = repmat(t,s);
72 end 72 end
73 end 73 end
74
75 % coordVectors()
76 % coordMatrices()
77 end 74 end
78 end 75 end