isempty

Purpose

Test if the object of the Function class contains a function handle.

Syntax

isempty(F)
F.isEmptyFunction

Description

The objects of Function class is considered as empty when it does not have a function handle associated to it, i.e. the property Handle is empty.

Input Arguments

F

Function object.

Class: Function

See Also

function, sethandle


© 2010-2013 Martin Herceg: ETH Zurich, herceg@control.ee.ethz.ch