jamesjuett / MatCrab

A program visualization tool for Matlab
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Visualization bug #24

Open jamesjuett opened 4 years ago

jamesjuett commented 4 years ago

This causes a blank visualization, but should be an error.

mat = magic(3);
a = mat([3;2;2,3], [3,2;2,3])
jamesjuett commented 4 years ago

Simpler repro:

mat = magic(3);
a = mat([1,2;3])

It appears the issue is that errors within indexers are not visualized, or something like that.