Main Content
purelin
Linear transfer function
Description
info = purelin(
returns useful
information for each 'code'
)code
character vector:
purelin('name')
returns the name of this function.purelin('output')
returns the[min max]
output range.purelin('active')
returns the[min max]
active input range.purelin('fullderiv')
returns 1 or 0, depending on whetherdA_dN
isS
-by-S
-by-Q
orS
-by-Q
.purelin('fpnames')
returns the names of the function parameters.purelin('fpdefaults')
returns the default function parameters.
Examples
Input Arguments
Output Arguments
Algorithms
a = purelin(n) = n
Version History
Introduced before R2006a