Missing data after DataCut

2 views (last 30 days)
Janis
Janis on 9 Jan 2015
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?_

Answers (0)

Categories

Find more on Data Import and Analysis in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!