How do I average two numerical matrix data sets?

조회 수: 2 (최근 30일)
Daniel Chang
Daniel Chang 2016년 8월 7일
답변: Star Strider 2016년 8월 7일
I have three trials of data sets and I am trying to average them all together and plot them into a graph. How do I do it?

답변 (1개)

Star Strider
Star Strider 2016년 8월 7일
The actual approach requires knowing what your data are and how you acquired them. One generic approach is to use the mean function. This works best if they all all the same lengths. I would also calculate the standard deviations (the std function) to use in the event you want to also plot measures of dispersion (such as standard errors or 95% confidence intervals). Remember that the mean is affected by extreme values, so consider the median function as well. Use whatever best describes your data. The documentation for the functions will tell you how to apply them appropriately to your data.

카테고리

Help CenterFile Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by