Can Concatenate Preserve x scaling?
n.black
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
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.
September 4, 2015 at 09:09 am - Permalink