Info

此问题已关闭。 请重新打开它进行编辑或回答。

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

1 次查看(过去 30 天)
I have attached a file here, can any one tell me that how to write that formula in matlab script..?

回答(1 个)

Star Strider
Star Strider 2015-4-21
编辑:Star Strider 2015-4-21
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 个评论
nani kalyan
nani kalyan 2015-4-21
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).

此问题已关闭。

标签

尚未输入任何标签。

Community Treasure Hunt

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

Start Hunting!

Translated by