Open hinerm opened 10 years ago
Currently MATLAB numeric arrays get translated to 1-D arrays always. We should wrap them in something, like an ArrayImg or custom RandomAccessibleInterval, so they display with proper dimensionality
ArrayImg
RandomAccessibleInterval
ijmshow may be just a right one for this.
ijmshow
https://github.com/kouichi-c-nakamura/ijmshow/
also see #17
Currently MATLAB numeric arrays get translated to 1-D arrays always. We should wrap them in something, like an
ArrayImg
or customRandomAccessibleInterval
, so they display with proper dimensionality