removeOutputVariables
Drop select output variables from the KinematicsSolver object
Description
removeOutputVariables(
drops from the ks
,ids
)KinematicsSolver
object
ks
the output variables named in ids
. Output
variables are the unknowns to solve for and report on during analysis. Use this function to
remove just one or a few output variables if they become obsolete.
The output is an updated table with the output variables—those that remain—in rows. Each row gives the ID of a variable, the type and block path of the joint to which it belongs if a joint variable, the base and follower frames from which it spawns if a frame variable, and the unit for its numerical value. The variables rank in the order added.
Most variables can be assigned individually. A few must be assigned in groups—axis components alongside rotation angle in spherical primitives; bend angle alongside azimuth angle in constant-velocity primitives. (A bend angle can be assigned individually but the azimuth angle cannot.)
Input Arguments
Version History
Introduced in R2019a