Ismodel: Difference between revisions

From EVRI Test Wiki 02192024
Jump to navigation Jump to search
imported>Scott
(Created page with '===Purpose=== Returns boolean TRUE if input object is a standard model structure. ===Synopsis=== :out = ismodel(obj) ===Description=== Input (obj) is any object or variable. I…')
 
(No difference)

Latest revision as of 13:11, 11 February 2010

Purpose

Returns boolean TRUE if input object is a standard model structure.

Synopsis

out = ismodel(obj)

Description

Input (obj) is any object or variable. If (obj) is determined to be a standard PLS_Toolbox model structure, output (out) will be true. Otherwise output will be false.