To access part of a field, add indices as appropriate for the size and type of data in the
field. For example, pass the upper left corner of X to the image function:
upperLeft = S.X(1:50,1:80);
image(upperLeft);
11 Structures
To access part of a field, add indices as appropriate for the size and type of data in the
field. For example, pass the upper left corner of X to the image function:
upperLeft = S.X(1:50,1:80);
image(upperLeft);
11 Structures