SUPERSUBPLOT-OrganizeaxesacrossmultiplefiguresAX_H=SUPERSUBPLOT(FIG,M,N,P)Returnsasetofaxesthatcanbearrangedacrossmultiplefigures.Inputs:FIG-figurenumberofthefirstfigureinseriesM-ThenumberofrowsofplotsineachfigureN-thenumberofcolumnsofplotsineachfigureP-theplotnumbertouse,wherethenumbersgofromlefttoright,toptobottom,andthencontinueacrossfigures.Outputs:AX_H-theaxeshandleExample:fig=figure;ax=supersubplot(fig,3,3,12);% will return a subplot in position 3% on a second figureSeealso:SUBPLOT,AXES