Concatenate wave

Hi,

Is there a way to concatenate a big amount of waves automatically. Let's say concat all waves in the root folder that start with aa*.

If I try to do it by hand I get the error saying that the command in the command line is too long (400 characters) or something like this. I need to put approx. 150 waves in a matrix to create a Waterfall plot.


Thank you so much for help.

T
tutor wrote:
Hi,

Is there a way to concatenate a big amount of waves automatically. Let's say concat all waves in the root folder that start with aa*.


Sure. You need to use the other form of the concatenate operation, which is
Concatenate waveListStr, destWave

So, in your case:

SetDataFolder root:
Concatenate WaveList("aa*", ";", ""), outWave