- Wrapping of structure type to record was corrected. Binding was done with respect to the order of defining the fields. This has been changed to binding with respect to name of the fields.
- Binding of structure containing basic types is corrected.
- Structure within a structure is mapped to record within the record.
- Structure containing a matrix is mapped to record containing a dataset.
- Algorithms required for the above is designed. Stack seems to be appropriate data structure to design the algorithm.
- Investigate the cell array type.
- Code can be found here.
Work to be done in week 5:
No comments:
Post a Comment