Export DOWNSELECT_SENSORS output to Excel XML file
Results=downselect_xml(RESULTS)
Results=downselect_xml(RESULTS,FNAME)
Results=downselect_xml(RESULTS,FNAME,NUMSENSLIST)
DOWNSELECT_XML export the output of DOWNSELECT_SENSORS to a Microsoft Excel XML file. The spreadsheet contains a worksheet with the run summary, a worksheet with the list of DOF removed, and individual worksheets showing a summary of POgg values for the given number of sensors analyzed for that iteration.
RESULTS is a structure from DOWNSELECT_SENSORS containing the results of the sensor selection.
FNAME is an optional string containing the name of the XML file to create. If the filename contains wildcards, you will be prompted with a graphical file dialog. The FNAME output contains the filename of the output.
NUMSENSLIST is a numeric vector containing the sensor counts for the individual POgg summary worksheets to write to the XML file. For example, to write out summary sheets for only the 400 and 500 sensor iterations, pass in the vector [400 500]. By default, individual sheets for all of the iterations will be written.