Extract the values corresponding to the specific filed in the struct

 Risposta accettata

KSSV
KSSV il 20 Gen 2023
Modificato: KSSV il 20 Gen 2023
iwant = [S(:).latency]
Else other option, would be convert your structure to table and access the data you want.
T = struc2table(S)

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by