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.
Outputs
- R
- Cell with names of all responses.
Example
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
}