User`s guide

get (env c olle ction object)
Purpose Return target object collection environment property values
Syntax MATLAB command line
get(env_collection_object, 'env_collection_object_property')
Arguments
env_collection_object
Name of a collection of target
objects.
'env_collection_object_
property'
Name of a target object
environment property.
Description get gets the values of environment properties for a collection of target
objects.
The environment properties for a targ et environme nt object co llection
are listed in the following table. This table includes a description of the
properties and which properties you can change directly by assigning
avalue.
Property Description Writable
CCompiler
Values are 'Watcom' and 'V isua lC'.
From the xPC Target Explorer
window compiler list, select either
Watcom or Visual C.
Yes
CompilerPath
Value is a valid compiler root fo lder.
Enter the path where you installed a
Watcom C/C++ or Microsoft Visual
Studio C/ C+ + comp ile r.
If the path is invalid or the folder
does not contain the compiler, an
error message appears when you use
the function
updatexpcenv or build a
target application.
Yes
18-26