Create structure path from string and cell array

I have a nested structure called S. The data I want to access is in:
S.Signal_00.values.y_values
The path always stays the same but the values for Signal_00 differs. I have these Signal names stored in a cell array like below.
sigNames = {'Signal_00'; 'Signal_01';'Signal_02'...}
How do I create the above structure path using the Signal names I have stored in the cell array sigNames?

3 comentarios

madhan ravi
madhan ravi el 13 de Jun. de 2019
Let me clarify , do you want to access the data from structure using sigNames??
John Doe
John Doe el 13 de Jun. de 2019
Yes, that's correct.

Respuestas (0)

La pregunta está cerrada.

Productos

Versión

R2018a

Etiquetas

Preguntada:

el 13 de Jun. de 2019

Cerrada:

el 13 de Jun. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by