K and C service object, specified as a vdynsuspension.KnCService
handle-class object created using kncSuspension.
Tests to plot, specified as "all", a string scalar, or a string
array. Use hierarchical dot-notation addressing to specify test scope:
"all" — Plot all available tests.
"bounce" — Plot all bounce sub-tests.
"bounce.BumpSteer.FL" — Plot a specific wheel
position.
["bounce", "roll"] — Plot multiple test
types.
Available plot categories include "bounce",
"roll", "steering",
"lateralComplianceOpposed",
"aligningTorqueOpposed",
"longitudinalCompliance_braking", and
"longitudinalCompliance_recession".
Specify optional pairs of arguments as
Name1=Value1,...,NameN=ValueN, where Name is
the argument name and Value is the corresponding value.
Name-value arguments must appear after other arguments, but the order of the
pairs does not matter.
Example: kncSuspension.plot("all", Docked=true) will generate all
data lots and dock them within the MATLAB
desktop.Docked=true
Dock figures in the MATLAB IDE, specified as true or
false. When true, plot figures are docked
within the MATLAB desktop. The default value is false.