template

Type: External

Group: General

Syntax

answer = template (value)

Description

Returns the sign of value.

Notes

This functions is used as a template for developing toolbox functions.

Examples

sign(-10)=-1
sign(10)=1

See Also

template