How to create a struct with field name numeric.
이전 댓글 표시
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
Stephen23
2020년 4월 17일
How is this any different to your earlier question?:
Balkar Singh
2020년 4월 17일
Balkar Singh
2020년 4월 17일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Structures에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!