답변 있음
I am plotting the moving median of the result of a for loop, but it is plotting multiple lines?
Figured it out, Just needed to plot the value of median i.e. plot(i,median(i),'or')

8년 초과 전 | 0

| 수락됨

질문


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...

8년 초과 전 | 답변 수: 2 | 0

2

답변