[CellOut,CellNames] = AtmStruct2Cell(Atm,[LaunchExcel])
Converts an Atm structure or array of structures into cell arrays for viewing with Microsoft Excel. There will be an Excel spreadsheet for each model in the input Atm structure and an additional spreadsheet titled 'Geom' containing z and dz. Each element of the output CellOut will be a cell array of data.
|
Parameters |
Description |
|
Atm [struct array] |
Structure or array of structures from AtmStruct |
|
LaunchExcel [bool] |
1 to display structures in an Excel Worksheet. Defaults to 0 |
|
Return Values |
Description |
|
CellOut [cell] |
Cell array of cells containing structure field names and model data |
|
CellNames [cell] |
Cell array of strings indicating ordering of data in CellOut |
|
Copyright (c) 2009. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|