getpyfitresponses

Return the list of the names of all responses provided by the .pyfit object.

Syntax

R=getpyfitresponses(filename)

Inputs

filename
Path and name of ".pyfit" file.
Type: string

Outputs

R
Cell with names of all responses.
Type: cell

Example

The returned cell with responses:
R=getpyfitresponses('Path/hstpyfit_example_01.pyfit')
R = 
{
  [1,1] area_tb
  [1,2] area_side
  [1,3] vol
  [1,4] mat_cost
  [1,5] manu_cost
  [1,6] total_cost
  [1,7] styling
}