![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to Turn Numeric Matrix table into Single Column Data with perl? | EDALBNUG | Shell Programming and Scripting | 7 | 02-05-2009 05:43 PM |
| Merge 70 files into one data matrix | labrazil | Shell Programming and Scripting | 11 | 11-16-2008 06:30 PM |
| changing data into matrix form | g0600014 | UNIX for Dummies Questions & Answers | 1 | 06-19-2008 03:24 PM |
| Filter data from text file | b_sri | Windows & DOS: Issues & Discussions | 18 | 04-16-2008 11:41 AM |
| filter data | deep.singh | UNIX for Dummies Questions & Answers | 3 | 08-15-2005 12:24 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
extract data from a data matrix with filter criteria
Here is what old matrix look like,
IDs X1 X2 Y1 Y2 10914061 -0.364613333 -0.362922333 0.001691 -0.450094667 10855062 0.845956333 0.860396667 0.014440333 1.483899333 10844119 -0.256424667 -0.397806 -0.141381333 -0.275729667 10857231 -0.048169667 -0.117945667 -0.069776 0.034550333 10918191 -0.020050333 -0.013577 0.006473333 -0.096175667 10909733 0.162614333 0.234994333 0.07238 0.182145 10808085 0.184618667 0.626846333 0.442227667 0.266913667 10896632 -0.10846 -0.074073333 0.034386667 -0.212201667 10842200 -0.355892 -0.080373333 0.275518667 -0.658731667 10820400 -0.039500333 0.142172333 0.181672667 -0.048522667 10790305 0.060801667 0.296146 0.235344333 0.352136333 10850793 0.192093667 0.016334333 -0.175759333 0.018589 10898454 0.266829667 0.251706333 -0.015123333 0.358631 10900279 -0.135841333 -0.208101 -0.072259667 -0.08459 10915745 -0.426376 -0.090368 0.336008 -0.50354 10879483 0.171624333 -0.022833667 -0.194458 0.414899333 extract rows when |X1| or |X2| or |Y1| or |Y2| >= 0.5 and make them a new matrix. Thanks in advance! |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|