필터 지우기
필터 지우기

is 'runmean' is compatible with Matlab16b? i have magnetic field data for hours. i want to get moving average of that. how can i do?

조회 수: 4 (최근 30일)
my data length is like 50000. I want to get the running average. please help.

답변 (1개)

dbmn
dbmn 2017년 7월 26일
runmean is a function from the file exchange. But there is a whole Group of functions available from mathworks.
You should check out movmean and the rest of the "mov" family
M = movmad(A,k)
  댓글 수: 2
Biswajit Ojha
Biswajit Ojha 2017년 8월 5일
thamk you. its working perfectly. but why not "runmean" is working?
Jan
Jan 2017년 8월 5일
편집: Jan 2017년 8월 5일
@Biswajit Ojha: Please mention the problems you observe with any details. What does "is not working" mean? It is much easier to find the reason of a problem than to guess, what the problem is.
If this answer solves your problem, please accept it.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Entering Commands에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by