smooth
Description
Add-On Required: This feature requires the Scenario Builder for Automated Driving Toolbox add-on.
smooth( smooths the trajectory data
in the input trajectory)Trajectory
object trajectory using a Savitzky-Golay filter.
smooth(
specifies options using one or more name-value arguments. For example,
trajectory,Name=Value)Method="movmedian" smooths the trajectory using the moving median
filter.
returns a smoothed trajectory object smoothedTrajectory = smooth(___)smoothedTrajectory using any
combination of input arguments from previous syntaxes.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2024b
See Also
GPSData | Trajectory | CameraData | LidarData | recordedSensorData


