Programming and Data Types |
Applying Functions to Multidimensional Structure Arrays
To apply functions to multidimensional structure arrays, operate on fields and field elements using indexing. For example, find the sum of the columns of the test
array in patient(1,1,2)
.
Similarly, add all the billing
fields in the patient
array.
Multidimensional Structure Arrays | Structures and Cell Arrays |