Doerunsheet: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Scott
(Created page with "===Purpose=== Create a doe run sheet. ===Synopsis=== :doerunsheet(doedso)%Show HTML table. :desgn = doerunsheet(doedso)%Return HTML. ===Description=== Create DOE Run Sheet as ...")
 
imported>Jeremy
 
(3 intermediate revisions by 2 users not shown)
Line 4: Line 4:
===Synopsis===
===Synopsis===


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


===Description===
===Description===
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.


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===
===See Also===


[[doegen]], [[doegui]]
[[doegen]], [[doegui]]

Latest revision as of 13: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