Find the minimum and maximum value of internal intervals in an array
Ältere Kommentare anzeigen
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 Kommentar
Andrew Sol
am 21 Jan. 2023
Bearbeitet: Andrew Sol
am 21 Jan. 2023
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Logical finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!