Check if Data Reading falls within range Limits
Afficher commentaires plus anciens
Check if Data Reading falls within range Limits..
I have 2 set of products USB and LAN-operated needed to be tested if the data reading having any outliers.
Error Issue of using the code below:
(i) fix REGEXP expression- should I change the expression, any modification should I made?
(ii) it says rangeLimits are not used- how to combine use of verifying rangeLimits for model (of all files combined), data display on graph
-----------------------------------------------------------------------------------
if (~isempty(REGEXP(fi, 'U2049'))) ;
configFileName = 'configLAN.ini';
rangeLimits = [ [-30,-4]; [-14,6];[-4,18];[8,21] ]; %NORML
else
configFileName = 'configUSB.ini';
rangeLimits = [ [-30,-2]; [-14,11];[-4,22];[8,26] ]; %NORML
end
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Geographic and HD Maps dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!