フィルターのクリア

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

26 ビュー (過去 30 日間)
Malte Räuchle
Malte Räuchle 2020 年 8 月 13 日
回答済み: 源樹 上林 2020 年 8 月 13 日
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!

採用された回答

源樹 上林
源樹 上林 2020 年 8 月 13 日
たぶんこう
data(data.DisplayName == 'vfzg_w', :)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeStructures についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by