Extracting certain data from multiple column vectors
古いコメントを表示
So I have 50 different 1 column vectors that I need to extract certain data from each vector. I need to define a new vector when t(i+1) < t(i). So there is one drop in my vector and I need to be able to find it, then create a new vector with only the information from that point until the end of the vector without overwriting the other vector. Each of the 50 vectors I have all have a different number of rows and this drop point of my data all happens in a different spot too. How do I write a for/if loop to find this new set of data?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!