Use of Dates in nested structure
Hello
I have a big data that I need to classify. I would to create a structure for the string xxxx.yyyy (This is the name of entity, it has a dot). Under xxxx.yyyy, there would be a struct of dates ('2023/04/18', '2023/04/19', etc for example). Under each of these dates, there will be a range of stored variables (variable X with a column of variables, variable Y with another column of values etc). I want to emphasize on the fact that the dates would be added iteratively to the struct xxxx.yyyy (using a for loop, at i=1, the data for the date '2023/04/18' would be added and at i=2, the data for the date '2023/04/19' would be added. Also, the dates would be taken from a TABLE (table.date{1}, table.date{2} etc...)
Is this doable using Matlab?
답변 (1개)
- Their name must start with a letter, either uppercase or lowercase.
- Their name must contain only letters (either uppercase or lowercase), numbers, and/or the underscore character.
- Their name must be no longer than namelengthmax characters.
- Their name must not be a keyword.
댓글 수: 8
카테고리
도움말 센터 및 File Exchange에서 Data Type Identification에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

