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 comentario

Stephen23
Stephen23 el 21 de Sept. de 2015
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.

Iniciar sesión para comentar.

Respuestas (2)

Steven Lord
Steven Lord el 21 de Sept. de 2015

2 votos

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 el 21 de Sept. de 2015

0 votos

nanmean is part of the Statistics toolbox.

Categorías

Preguntada:

el 21 de Sept. de 2015

Respondida:

el 21 de Sept. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by