matlab - Can I give headernames to columns in a structure field? -
i have structure multiple fields , these fields have multiple columns. give columns of these fields names instead of 1,2,3... not going reference columns names clarity. instance:
structure.field1 consists of 3 columns of data , name these instance columns:
1 = time
2 = place
3 = date
how can without use of tables sticking structure!!
i solved problem implementing table inside structure. @dev-il suggestion
Comments
Post a Comment