Extracting data from structure generated in scope

5 visualizaciones (últimos 30 días)
Dileep Krishnan
Dileep Krishnan el 11 de Abr. de 2018
Respondida: Tristan Barker el 8 de Abr. de 2024 a las 4:47
Hi All, I am trying to extract data from a structure in the attached mat file. When I enter uvw.values, I am getting only the first set of values.
Thanks a lot in advance!

Respuestas (1)

Tristan Barker
Tristan Barker el 8 de Abr. de 2024 a las 4:47
I had the same issue and was trying to do ScopeData.signals.values(3) but the indexing is done on the signals. To get the third set do signals(3)

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by