Navigation

Operators and Keywords

Function List:

C++ API

Built-in Function: isfield (x, "name")
Built-in Function: isfield (x, name)

Return true if the x is a structure and it includes an element named name.

If name is a cell array of strings then a logical array of equal dimension is returned.

See also: fieldnames.

Package: octave