Assuming countermovement jump data is stored in a dataset or matrix 'data', you can use the built-in mean
and std
functions to obtain the mean and standard deviation respectively.
main.m291 chars10 lines
You can change the filename and column containing the jump data to match your specific dataset.
gistlibby LogSnag