Filtering data in a struct
34 ビュー (過去 30 日間)
表示 古いコメント
Jorge Zorrilla Prieto
2020 年 5 月 19 日
回答済み: Jalaj Gambhir
2020 年 5 月 22 日
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?

採用された回答
Jalaj Gambhir
2020 年 5 月 22 日
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.
Hope this helps!
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Find more on Structures 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!