Problem with the function mean - mean(x,'omitnan)

I tried to run a code and I have a problem with a simple mean. I look the code and the specification of the mean is mean(x,'omitnan'). When I look the function mean in my matlab, the code didn't say anything about using "omitnan" in the function code.

3 comentarios

Birdman
Birdman el 16 de Feb. de 2018
Can you share your code?
The code you posted had this line:
% Copyright 1984-2015 The MathWorks, Inc.
Do not post copyrighted code
You should always use
doc mean
to get your local version of the help instead of the online version which is for the latest version.

Iniciar sesión para comentar.

 Respuesta aceptada

Guillaume
Guillaume el 16 de Feb. de 2018

1 voto

According to the release notes the 'omitnan' option was introduced in R2015a. Therefore you must be using an older version.

1 comentario

Guillaume
Guillaume el 16 de Feb. de 2018
If you have the stats toolbox you can use nanmean instead.
Otherwise, you'll have to write your own function to do it. Depending on what x is, it can be trivial or quite complicated.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Programming en Centro de ayuda y File Exchange.

Productos

Etiquetas

Preguntada:

MFP
el 16 de Feb. de 2018

Comentada:

el 16 de Feb. de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by