Find the minimum and maximum value of internal intervals in an array
Show older comments
There is the following array:
It has several subintervals:




I'm trying to write code that extracts these sub-intervals and, most importantly, looks for the minimum and maximum value in these sub-intervals.
That is, the end result should look something like this:
I continue to work, but so far without success.
1 Comment
Andrew Sol
on 21 Jan 2023
Edited: Andrew Sol
on 21 Jan 2023
Accepted Answer
More Answers (0)
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!