evalpyfit

Evaluate the pyfit object for a given set of values for the input variables and return the value of the responses.

Attention: Available only with Activate commercial edition.

Syntax

R=evalpyfit(filename, values)

Inputs

filename
Path and name of ".pyfit" file.
Type: string
values
Matrix of size 1xN, where N is the number of variables.
Type: matrix

Outputs

R
Matrix of size 1xN, where N is the number of responses.
Type: matrix

Example

Input values and response values of the the pyfit engine:
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