I would like to create a packet and the data load is an array. For the header I would like to create a struct because it would be easier to index its fields. For transmission, I need to concatenate both the struct and array to create a packet. How can I do it?
Share
You should use a cell array: