Filtering data in a struct

22 visualizzazioni (ultimi 30 giorni)
Jorge Zorrilla Prieto
Jorge Zorrilla Prieto il 19 Mag 2020
Risposto: Jalaj Gambhir il 22 Mag 2020
I have the following struct: Now I wold like to filter the the data so that I have for each altitude and sensor name(there are 3) the minimum value of the Diameter. Is that possible?
  1 Commento
Mehmed Saad
Mehmed Saad il 19 Mag 2020
Convert structure to table using struct2table It is easy to use for such kind of purpose

Accedi per commentare.

Risposta accettata

Jalaj Gambhir
Jalaj Gambhir il 22 Mag 2020
Hi,
You can convert the struct to table, and then use findgroups to identify the groups based on Altitude and Sensor. After the new table with grouped data is formed, you can use splitapply to find the minimum diameter.
You can refer to an example here.
Hope this helps!

Più risposte (0)

Categorie

Scopri di più su Structures in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by