How to add a new field in astruct

1 visualización (últimos 30 días)
OLav Røthe Kyte
OLav Røthe Kyte el 6 de Nov. de 2019
Respondida: Fangjun Jiang el 6 de Nov. de 2019
test=struct('generated_power',genPwr,'Platform_motions',PlatMotions)
How can I add a new field to my "test"-struct between runs?

Respuesta aceptada

Fangjun Jiang
Fangjun Jiang el 6 de Nov. de 2019
setfield(test,'NewField',1)

Más respuestas (0)

Categorías

Más información sobre Structures en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by