Doerunsheet: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Jeremy
No edit summary
imported>Jeremy
 
Line 10: Line 10:
Create DOE Run Sheet as HTML table and allow saving as html file.
Create DOE Run Sheet as HTML table and allow saving as html file.


Inputs are (doedso) a DOE Dataset and the optional input (responsevars) a cell-array of strings listing response variables to include as additional columns of the run sheet.
Input is (doedso) a DOE Dataset. The optional input (responsevars) is a cell-array of strings listing response variables to include as additional columns of the run sheet.


The output (desgn) is an HTML representation of the run sheet. If no outputs are requested, the run sheet is displayed.
The output (desgn) is an HTML representation of the run sheet. If no outputs are requested, the run sheet is displayed.

Latest revision as of 12:14, 22 February 2013

Purpose

Create a doe run sheet.

Synopsis

doerunsheet(doedso,responsevars) %Show HTML table.
desgn = doerunsheet(doedso,responsevars) %Return HTML.

Description

Create DOE Run Sheet as HTML table and allow saving as html file.

Input is (doedso) a DOE Dataset. The optional input (responsevars) is a cell-array of strings listing response variables to include as additional columns of the run sheet.

The output (desgn) is an HTML representation of the run sheet. If no outputs are requested, the run sheet is displayed.

See Also

doegen, doegui