Open ehennestad opened 4 months ago
Proposed fix: Permute arrays so that the last dimension of the array becomes the first dimension. This is needed for image masks, because a w x h x nRois sized array needs to be reshaped into nRois rows of a table and in order for this to work, the "nRois" dimension needs to come first.
The fix needs to happen in this function:
+types/+util/+dynamictable/getRow.m
Reopening this issue as the fix needs to apply to 2D matrices as well
What happened?
toTable method does not work on PlaneSegmentation objects
Steps to Reproduce
Error Message
Operating System
macOS
Matlab Version
MATLAB_R2023
Code of Conduct