trajectory_blend_qu​intic

Quintic trajectory generator given path's via points
92 Downloads
Updated 8 Dec 2018

View License

This function blends quintic continuous polynomial between given path's via points. The inputs are via points row vector, blend velocities row vector, blend accelerations row vector, time span, and logical operator to plot or not (afigure=1 to plot). It returns a matrix that includes the coefficients of each segment polynomial in a row order. This code is made by Mostafa Atalla- Worcester Polytechnic Institute

Cite As

Mostafa Atalla (2024). trajectory_blend_quintic (https://www.mathworks.com/matlabcentral/fileexchange/69531-trajectory_blend_quintic), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2018b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Triangulation Representation in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.3

Adjusted to be row vectors input

1.0.2

Updating some terms to be more efficient

1.0.1

update the t interval size

1.0.0