evalpyfit
Evaluate the pyfit object for a given set of values for the input variables and return the value of the responses.
Syntax
R=evalpyfit(filename, values)
Inputs
- filename
- Path and name of ".pyfit" file.
- values
- Matrix of size 1xN, where N is the number of variables.
Outputs
- R
- Matrix of size 1xN, where N is the number of responses.
Example
R=evalpyfit('Path/hstpyfit_example_01.pyfit',[45, 70, 0.25, 0.11, 3 , 2, 2.5])
R = [Matrix] 1 x 7
4241.15008 9899.94403 297116.13593 32527.34077 706.81497 33234.15574 0.70822