How to extract a certain row from a struct based on a specific column name?

44 Ansichten (letzte 30 Tage)
Hello!
I want to get the row with the DisplayName 'vfzg_w' based on the name, not the number of the field!
After that I want to work with the field Data of this specific row, is that possible?
Thanks for your advice!

Akzeptierte Antwort

源樹 上林
源樹 上林 am 13 Aug. 2020
たぶんこう
data(data.DisplayName == 'vfzg_w', :)

Weitere Antworten (0)

Kategorien

Mehr zu Structures finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by