Compare each elements in a column to a set number, and output results
Show older comments
Hi all,
I am doing a migration project and having a 289x50 matrix. Each column is the time-lapse displacement. I am trying to set up a value to sort out the elements that moves enough. For example, if a value in a certain place of that column is over 100, mark this column number, stop afterwards search within the same column, and move to the next column. This process continues until the last column is been exexcuted.
I think I can creat a same size matrix to do a matrix compare, but it seems very redundant. I wonder there will be a better and efficient way to make this happen, but having a hard time to find correct info. I really appreciate if someone can provide some hints and directions.
Accepted Answer
More Answers (0)
Categories
Find more on Creating and Concatenating Matrices 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!