필터 지우기
필터 지우기

Hi, I'm new to matlab and wanted to find the mean of all the values in my matrix/data set and was wondering how I would do this?

조회 수: 1 (최근 30일)
This
mean(a(:))
has been suggested but it has not worked for me.

채택된 답변

Mathias Andersen
Mathias Andersen 2020년 5월 16일
See the documentation for the mean command here
So if you want the mean of an entire matrix write the following
mean(a,'all')

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Shifting and Sorting Matrices에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by