getpyfitvariables
Return struct with fields name, label, and range of variables as set by HyperStudy inside the .pyfit file.
Syntax
R=getpyfitvariables(filename)
Inputs
- filename
 - Path and name of ".pyfit" file.
 
Outputs
- R
 - Struct with field's name, label, min, and max.
 
Example
R=getpyfitvariables('Path/hstpyfit_example_01.pyfit')R = struct [
  Struct array of size 1 x 7 with fields:
  label
  max
  min
  name
]