Finding length between two array elements.

1 view (last 30 days)
i have an array consisting of 1's and 0's. 1-> generators on and 0's-> generators off. I need to find lengths for which the generators remain off. the array is 44*8760 values. Attaching the file as worspace.
  5 Comments
Hrishikesh Dalal
Hrishikesh Dalal on 3 Dec 2019
Thanks for the reply David i will work it out
David Goodmanson
David Goodmanson on 3 Dec 2019
Hrishikesh,
I posted the wrong expression for z in the comment but it is fixed now.

Sign in to comment.

Answers (1)

the cyclist
the cyclist on 3 Dec 2019
The RunLength utility from the File Exchange might be handy. Run it in a loop over each column.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!