func2str

Type: External

Group: general

Syntax

answer=isfunctionhandle(value)

Description

Checks if value is a function handle. Returning 1 if it is.

Examples

isfunctionhandle( @sin ) -> 1

See Also

isa