How to create a struct with field name numeric.
Mostrar comentarios más antiguos
s = struct('1',{'110000'},'2',{'110001'});
Error using struct
Invalid field name "1".
How I can create a struct which have field name numeric value like the above example but i got a error as shown.
Thanks in advance.
3 comentarios
Stephen23
el 17 de Abr. de 2020
How is this any different to your earlier question?:
Balkar Singh
el 17 de Abr. de 2020
Balkar Singh
el 17 de Abr. de 2020
Respuestas (0)
Categorías
Más información sobre Structures en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!