Create a new field in a structure
Afficher commentaires plus anciens
Hello,
We want to create a new field in a structure, but we don't know how to do it..
Thanks!
Réponses (2)
James Tursa
le 1 Déc 2016
Not sure if this is what you are really asking:
mystruct.field1 = rand(1,3); % <-- Create a structure with field named field1
mystruct.field2 = rand(1,3); % <-- Add a new field2 to the existing structure
1 commentaire
Joran Driesen
le 1 Déc 2016
Image Analyst
le 1 Déc 2016
Just assign something to it. Like
GRF.AdDB.Gait.time = datestr(now);
3 commentaires
Joran Driesen
le 1 Déc 2016
Steven Lord
le 1 Déc 2016
Define "doesn't work". If it threw an error, show the full and exact text of the error message (don't omit anything, don't paraphrase) and show the size and class of GRF, GRF.AdDB, and GRF.AdDB.Gait. If it issued a warning, do the same as above but with the warning message instead of the error message.
Image Analyst
le 1 Déc 2016
Catégories
En savoir plus sur Whos dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
