Sum if conditions are satisfied across arrays
2 views (last 30 days)
Show older comments
Abhishek Varghese
on 14 Feb 2018
Edited: Abhishek Varghese
on 14 Feb 2018
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 Comments
Matt J
on 14 Feb 2018
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.
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Logical 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!