Sum if conditions are satisfied across arrays
2 ビュー (過去 30 日間)
古いコメントを表示
Hello everyone,
Kinda stuck. Scenario is:
I have a binary 2D array that is n rows and m columns.
I want to count how many times an element went from being a '1' in one row, to a '0' in the next row, and store it as a vector.
I have updated an illustration to help.
Would really appreciate an efficient and simple solution, cheers.
2 件のコメント
Matt J
2018 年 2 月 14 日
I have a binary 2D array that is m rows and n columns.
According to your diagram, n is the number of rows, not columns.
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!