Joins together 3D arrays.
NOTE - this function is maintained for backward-compatibility but is now deprecated in favor of arrayConcat(a,b)
Use this to join multiple 3D arrays into a new 3D array.
menu: veeos ==> Math ==> concat3D
library: dataLib
While the built-in "concat()" function can join together 3D arrays, it always flattens them into a 1D array. This function maintains the 3D shape and automatically determines the correct orientation. Note that two of the dimensions need to match before it is feasible to join the arrays. If no two match then an error is raised. Note that loops are not used so this function is fast.
VEE 7.0+, all platforms