Question
I am plotting the moving median of the result of a for loop, but it is plotting multiple lines?
My code goes something like this
hold on
For i = 1:end;
result(i)= calc;
median = movmedian(result,10);
plot...
meer dan 7 jaar ago | 2 answers | 0