MATLAB: Could you please help me combining this data!(screenshot is attached)

data combining

Combi.PNG
I need to combine from L to V
How can I do it like frames = ([LMNOPQRSTUV]); ?

Best Answer

I got it
newframes=([L,M,N,O,P,Q,R,S,T,U,V]);
Thank you