필터 지우기
필터 지우기

Missing data after DataCut

조회 수: 1 (최근 30일)
Janis
Janis 2015년 1월 9일
Original data contains 6 fields :
Field / Value / Min / Max
Ex / 188x1 double / 239 / 800
Em / 125x1 double / 212 / 618
X / 10x125x188 double / 909 / 65535
nEx / 188 / 188 / 188
nEm / 125 / 125 / 125
nSample / 10 / 10 / 10
After the function [CutData]=EEMCut(OriginalData,20,20,NaN,NaN,'') Cut data contains 6 fields :
Field / Value / Min / Max
Ex / 188x1 double / 239 / 800
Em / 125x1 double / 212 / 618
X / 10x125x188 double / NaN / NaN
nEx / 188 / 188 / 188
nEm / 125 / 125 / 125
nSample / 10 / 10 / 10
After the cutting X has no values anymore (everything's set to 0) and it is not possible to perform the outlier test with function _[Test1]=OutlierTest(CutData,2,1,7,'No','No') , how to solve this issue?_

답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by