how to Detect and remove outliers in data with delete and specify time interval ?

조회 수: 3 (최근 30일)
NGR MNFD
NGR MNFD 2022년 6월 22일
댓글: Eric Sofen 2022년 6월 23일
Hello dear ,I wish have a good time.
I have a large data set of 3688*13 for 15 people with 13 features. I want to eliminate the missing points.
In this figure, for example, I want to delete the outliers data, then specify the time interval and subtract from the next instance time when both the data outlet and the similar time instance are deleted. I used this command to delete the data.
Temp1 = DATA1 (:, 2); temp1 (find (temp1> 1.6)) = [];
But I do not know what code matlab to write to delete time samples?

답변 (0개)

카테고리

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

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by