IRIS Toolbox Reference Manual

rpteq

New reporting equations (rpteq) object

Syntax

Q = rpteq(FName)
Q = rpteq(Eqtn)

Input arguments

Output arguments

Description

Reporting equations must be written in the following form:

`LhsName = RhsExpr;`
`"Label" LhsName = RhsExpr;`

where

Example

q = rpteq({ ...
    'a = c * a{-1}^0.8 * b{-1}^0.2;', ...
    'b = sqrt(b{-1});', ...
    })

q =
    rpteq object
    number of equations: [2]
    comment: ''
    user data: empty
    export files: [0]