imagej / imagej-matlab

MATLAB integration with ImageJ data structures and runtime.
https://imagej.net/scripting/matlab
BSD 2-Clause "Simplified" License
14 stars 6 forks source link

Decode array output #1

Open hinerm opened 10 years ago

hinerm commented 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

kouichi-c-nakamura commented 6 years ago

ijmshow may be just a right one for this.

https://github.com/kouichi-c-nakamura/ijmshow/

also see #17