Hi I am assuming you are trying to use statistics(for eg. mean) for variable size arrays. Try using the "end" to denote the end of the array.
mean(T.Var1(1:end)) % T is the table and Var1 would be the array.
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!