Can Concatenate Preserve x scaling?

Hi All,

I have a loadwave procedure where I load a list of 1D waves and using the setscale function I set the x scaling appropriately (then I discard the x waves).

So I have a list of 1D x scaled waves.
I would like to concatenate them into a matrix to perform a waterfall plot but I noticed that the concatenate procedure loses the x-scaling. Anyone got any ideas how to get round this efficiently. Am I missing a key Flag or use of the concatenate function?
Or do I have to go down the fake waterfall pathway?

Thanks in advance!

N
You can use the CopyScales operation to copy wave scaling of a particular dimension from one wave to another.

In case it's not clear, a 2D wave can have only 1 x scaling. You can't use different wave scaling for each column of a 2D wave.