User`s guide
getparam
Purpose Valueoftargetobjectparameterindex
Syntax MATLAB command line
getparam(target_object, parameter_index)
Arguments
target_object
Name of a target o bj ect. Th e default
name is
tg.
parameter_index
Index num be r o f th e parameter.
Description getparam returns the value of the parameter associated with
parameter_index.
Examples Get the value of parameter index 5.
getparam(tg, 5)
ans = 400
18-58