User`s guide
getxpcenv
5-24
5getxpcenv
Purpose List environment properties assign to a MATLAB variable
Syntax MATLAB Command Line
getxpcenv
Description Function for environment properties. This function displays, in the MATLAB
window, the property names, the current property values, and the new
property values set for the xPC Target environment.
Examples Return the xPC Target environment in the structure shown below. The output
in the MATLAB window is suppressed. The structure contains three fields for
property names, current property values, and new property values.
env =getxpcenv
env =
propname: {1x25 cell}
actpropval: {1x25 cell}
newpropval: {1x25 cell}
Display a list of the environment property names, current values, and new
values.
env =getxpcenv
See Also The xPC Target functions setxpcenv, updatexpcenv, xpcbootdisk, and
xpcsetup.