Concatenate/FREE flag
ChrLie
I'd like to see a /FREE flag for the Concatenate command. I like to use MatrixOP/FREE, Duplicate/FREE or Make/FREE but in the end I still need to use KillWaves for cleaning up temporary matrices that were generated using Concatenate.
C
Also, can there be a version of concatenate that uses a wave reference wave for the source waves?
e.g.
concatenate/free sourcewaves, mydestwave
April 11, 2013 at 06:27 am - Permalink
Larry Hutchinson
WaveMetrics
support@WaveMetrics.com
March 10, 2015 at 08:32 am - Permalink
Concatenate/O {Wave1, Wave2}, TempFolder:CombinedWave
March 3, 2017 at 02:49 am - Permalink
May 14, 2017 at 04:28 pm - Permalink
You might be able to get what you want using MatrixOP/FREE. See catRows() and catCols().
May 15, 2017 at 02:06 pm - Permalink
Good point -- I forgot about these new options. They will work for concatenating 2 1d waves of differing lengths or N 1d waves of same lengths. One can use
MatrixOP /FREE w3=catRows(w1,w2)
for 1d waves w1 and w2
But more generally, a /FREE flag for the operation would be nice. It's also nice if operations of the same type have, to the extent possible, the same options.
May 15, 2017 at 09:40 pm - Permalink