isMatlabHostTarget

Class: coder.BuildConfig
Package: coder

Determine if hardware implementation object target is MATLAB host computer

Syntax

tf = bldcfg.isMatlabHostTarget()

Description

tf = bldcfg.isMatlabHostTarget() returns true (1) if the current hardware implementation object targets the MATLAB® host computer. Otherwise, it returns false (0).

Input Arguments

bldcfg

coder.BuildConfig object.

Output Arguments

tf

Value is true (1) if the current hardware implementation object targets the MATLAB host computer. Otherwise, the value is false (0).