Home > mpt > @mptctrl > isexplicit.m

isexplicit

PURPOSE ^

ISEXPLICIT Returns true if the controller is an explicit controller

SYNOPSIS ^

function result = isexplicit(ctrl)

DESCRIPTION ^

ISEXPLICIT Returns true if the controller is an explicit controller

   result = isexplicit(ctrl)

 ---------------------------------------------------------------------------
 DESCRIPTION
 ---------------------------------------------------------------------------
 Returns 1 if a given MPT controller object represents an explicit controller.
 Returns 0 if the controller is an on-line controller.

 ---------------------------------------------------------------------------
 INPUT
 ---------------------------------------------------------------------------
 ctrl   - MPT controller object

 ---------------------------------------------------------------------------
 OUTPUT                                                                                                    
 ---------------------------------------------------------------------------
 result - 1 if the controller is explicit, 0 otherwise

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Thu 30-Mar-2006 10:26:47 by m2html © 2003