Content
The Content data-structure is a actually a cell vector of length 1 or 2 (depending on the length of X).
Each element contains the Content object relative to the corresponding element of X, in other words:
Content{1}
is the Content object relative to the X array (i.e. X{1})
Content{2} is the
Content object relative to the Y array (i.e. X{2})