Exercise 5 - MATLAB Vector of Structures

Experimental Subjects Data Management

A script stores information on potential subjects for an experiment in a vector of structures called subjects. The following shows an example of what the contents might be:

Example Structure Output

>> subjects(1)
ans =
    name: 'Joey'
    sub_id: 111
    height: 6.7000
    weight: 222.2000


For more details, please contact me here.