Back to Polynomial Functions
getdomain
Get domain from data points
Syntax
d = getdomain(x)
Description
Returns the minimum and maximum of the data as the domain [min, max].
Parameters
| Name | Description |
|---|---|
| x | Data points |
Returns
[min, max] domain