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 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by