isprop

Return true if property of handle object.

Syntax

  • res = isprop(h, propertyname)

Input argument

  • h - a handle object

  • propertyname - a string

Output argument

  • res - a logical: true or false

Description

isprop returns a logical 1 if the argument is a valid handle with property name and a logical 0 otherwise.

See also

isprop, properties.

History

VersionDescription

1.0.0

initial version

Author

Allan CORNET

Last updated