erfΒΆ
erf calculates the error function:
.
- y = erf(x)
Return Value
y is erf(x).
Parameters
- x
x is a real vector.
Example
x = [-5:0.1:5];
y = erf(x);
plot(x, y);
History
Version |
Description |
---|---|
R2013.2 |
Documented. |
5.50.2 |
New. |
See also
id-102502