trajectory_blend_cu​bic

Cubic trajectory generator given path's via points
34 Downloads
Updated 9 Dec 2018

View License

This function blends cubic continuous polynomial between given path's via points. The inputs are via points row vector, blend velocities 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_cubic (https://www.mathworks.com/matlabcentral/fileexchange/69660-trajectory_blend_cubic), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2018a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Polynomials in Help Center and MATLAB Answers
Tags Add Tags

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.2

removed accelerations constraints, we do not need it

1.0.1

Added project website

1.0.0