Week 5

Week 5 

Work Done by end of the fifth week:                                          29th June 2019

  • 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:

  • Test the binding of record with variations in the record definitions.
  • Binding of cell-array to dataset.
  • Design an algorithm for it.

No comments:

Post a Comment