Hi,
Have a look at the tvb_composite_xxx() functions for that.
Thanx,
Jaap
atdev.queries@xxxxxxxxx wrote:
Hi All,
I am developing a new plugin in which it contains the tvb buffer in the
following format xx yy xx zz xx qw �.
But I need not consider xx values and would like to have yy zz as one
item in other buffer.
For that I am thinking of taking yy in one subset and zz in another
subset using tvb_new_subset().
But I don�t know how to append both the buffers in to third buffer as yy zz.
Could any one please help me to append them or please suggest any other
procedure to get it done as yy zz.
Thanks in advance,
Atdev.