Find the minimum and maximum value of internal intervals in an array
Mostrar comentarios más antiguos
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 comentario
Andrew Sol
el 21 de En. de 2023
Editada: Andrew Sol
el 21 de En. de 2023
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!