Unable to use the nanmean function

I just updated my matlab to 2015b but I can't find the nanmean function in it. When I write help nanmean it says nanmean not found. Is there a separate toolbox for that function, and if so which one? Thanks!

댓글 수: 1

Use [name of internet search engine] to locate the documentation:
In the address the word "stats" means the Statistics Toolbox, so you know the toolbox without even opening the page. Also when you open that page the Contents on the left hand side look like this:
> All Products
> Statistics and Machine Learning Toolbox
> Descriptive Statistics and Visualization
> Descriptive Statistics
which also tell us that this function is in the Statistics toolbox.

댓글을 달려면 로그인하십시오.

답변 (2개)

Steven Lord
Steven Lord 2015년 9월 21일

2 개 추천

Since you're using release R2015b, instead of using NANMEAN from Statistics Toolbox you can use MEAN from MATLAB with the 'omitnan' flag.
Thorsten
Thorsten 2015년 9월 21일

0 개 추천

nanmean is part of the Statistics toolbox.

카테고리

도움말 센터File Exchange에서 Logical에 대해 자세히 알아보기

질문:

2015년 9월 21일

답변:

2015년 9월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by