Finding a maximum y value for each x values
Mostra commenti meno recenti
I have an the x axis (from -3.1 to -2.4 separated by .1) and a y axis that has several points on each value for x. The y values range from -20 to 100.
I am trying to find the minimum and maximum y value for each value of x.
How would I approach this? I am assuming I need the min and max functions, but it only gives me one single point.
2 Commenti
DGM
il 5 Ott 2021
It really depends on how the data is arranged (i.e. how the arrays are shaped, whether they're sorted, etc). For a concrete example, you should probably give a more concrete description of what you're working with.
Sarah Nolt-Caraway
il 5 Ott 2021
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Surfaces, Volumes, and Polygons in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!