Analysis Objects can be saved to disk as either MATLAB binary files (.MAT) or as XML files (.XML). The following code shows how to do this:
save(aout, 'a.mat') % save AO aout to a .MAT file save(aout, 'a.xml') % save AO aout to a .XML file