07-20-2008 10:34 AM
Hi all
Attach see file , this application load data from csv file ,,, CSV filw was build as table matrix 6x16 ( 6 column and 16 row ) ,, I want to that all number at column number 1 <|0.7| and the number at column 3 <|10^ -2|
If this ok then pass massage else fail
How can I do that
thanks
07-20-2008 10:34 AM
Hi all
Attach see file , this application load data from csv file ,,, CSV filw was build as table matrix 6x16 ( 6 column and 16 row ) ,, I want to that all number at column number 1 <|0.7| and the number at column 3 <|10^ -2|
If this ok then pass massage else fail
How can I do that
thanks
07-20-2008 11:12 AM
07-20-2008 11:13 AM
That's pretty good Rube Goldberg code.![]()
Absolutely no reason to read the same file 16 times and absolutely no reason to create a cluster based on what you want to do. Just read it once, index the columns and use the less than function. AND the results and you are done.