Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

Is any one know how to write this in MATLAB..?

1 visualizzazione (ultimi 30 giorni)
nani kalyan
nani kalyan il 21 Apr 2015
Chiuso: MATLAB Answer Bot il 20 Ago 2021
I have attached a file here, can any one tell me that how to write that formula in matlab script..?

Risposte (1)

Star Strider
Star Strider il 21 Apr 2015
Modificato: Star Strider il 21 Apr 2015
It’s ‘windowed mean’. This is probably the context of the equation:
x = rand(20,1);
M = 10;
for i = 1:11
y(i) = mean(x(i + [0:M-1]));
end
  4 Commenti
nani kalyan
nani kalyan il 21 Apr 2015
here i have attached my data, in that you can see the column of 7 and 11.... i=all values in column 7. M=length(i).

Questa domanda è chiusa.

Tag

Non è stata ancora inserito alcun tag.

Community Treasure Hunt

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

Start Hunting!

Translated by