-
Hello, I tried to use 'mergecell' to integrate the cells belonging to the same group (divided by volume), but it seems that an error occurs when the volume is changed (the first example can run normally, but the second example will report an error when it runs to the third line ) .
|
Beta Was this translation helpful? Give feedback.
Answered by
rquey
Nov 26, 2021
Replies: 1 comment 1 reply
-
Cells can be merged only if they are adjacent, which the vol criterion does not guarantee. I think this is your problem in the second case. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rquey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cells can be merged only if they are adjacent, which the vol criterion does not guarantee. I think this is your problem in the second case.