Mercurial > repos > public > sbplib
comparison +multiblock/Def.m @ 772:687756646aa9 feature/grids
Fix bug in +multiblock/Def
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 18 Jul 2018 11:26:10 -0700 |
parents | 9924f1f8c906 |
children | edb1d60b0b77 |
comparison
equal
deleted
inserted
replaced
771:2ffa82fb5172 | 772:687756646aa9 |
---|---|
74 case 'id' | 74 case 'id' |
75 labels = {}; | 75 labels = {}; |
76 for i = 1:obj.nBlocks | 76 for i = 1:obj.nBlocks |
77 labels{i} = num2str(i); | 77 labels{i} = num2str(i); |
78 end | 78 end |
79 otherwise | 79 case 'none' |
80 axis equal | 80 axis equal |
81 return | 81 return |
82 end | 82 end |
83 | 83 |
84 for i = 1:obj.nBlocks | 84 for i = 1:obj.nBlocks |