ewnanmean(inputMat,​exponent,dim)

This function calculates the exponentially weighted nanmean for a matrix

Al momento, stai seguendo questo contributo

If exponent > 0 it weights the values on lower indexes high, if exponent < 0 it weights the values on higher indexes high. If exponent == 0 this function is a slower version of nanmean.
Input:
inputMat - the matrix that we want to mean
exponent - how much to exponentially weight the answers, default 2
dim - which dimension to take the mean over, default first dimension

Output:
output - the mean not counting NaN values

Cita come

Otto Lundberg (2026). ewnanmean(inputMat,exponent,dim) (https://it.mathworks.com/matlabcentral/fileexchange/58976-ewnanmean-inputmat-exponent-dim), MATLAB Central File Exchange. Recuperato .

Informazioni generali

Compatibilità della release di MATLAB

  • Compatibile con qualsiasi release

Compatibilità della piattaforma

  • Windows
  • macOS
  • Linux
Versione Pubblicato Note della release Action
1.0.0.0