Class: coder.BuildConfig
Package: coder
Determine if hardware implementation object target is MATLAB host computer
tf = bldcfg.isMatlabHostTarget()
returns
true (1) if the current hardware implementation object targets the MATLAB® host
computer. Otherwise, it returns false (0).tf
= bldcfg
.isMatlabHostTarget()
|
|
|
Value is true (1) if the current hardware implementation object targets the MATLAB host computer. Otherwise, the value is false (0). |