Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

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

1 Ansicht (letzte 30 Tage)
nani kalyan
nani kalyan am 21 Apr. 2015
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
I have attached a file here, can any one tell me that how to write that formula in matlab script..?

Antworten (1)

Star Strider
Star Strider am 21 Apr. 2015
Bearbeitet: Star Strider am 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 Kommentare
nani kalyan
nani kalyan am 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).
Image Analyst
Image Analyst am 21 Apr. 2015
Your reply refers to your other question http://www.mathworks.com/matlabcentral/answers/210572-i-have-attached-here-the-data-which-was-getting-noise-at-output and not to this one, which is totally different.

Diese Frage ist geschlossen.

Tags

Noch keine Tags eingegeben.

Community Treasure Hunt

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

Start Hunting!

Translated by