getpyfitresponses
Return the list of the names of all responses provided by the .pyfit object.
重要: Available only with Twin Activate commercial edition.
    Syntax
R=getpyfitresponses(filename)
Inputs
- filename
 - Path and name of ".pyfit" file.
 
Outputs
- R
 - Cell with names of all responses.
 
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
}