You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
% [ppx,ppv,ppa,ppj,pps] = pwqh(t,x,v,a)
%
% Computes a piecewise quintic spline. Similar syntax to Matlab's function
% pwch() for cubic splines. The user provides the position, velocity, and
% acceleration for a sequence
%
% INPUTS:
% t = [1, nTime] = time vector
% x = [nDim, nTime] = position
% v = [nDim, nTime] = velocity
% a = [nDim, nTime] = acceleration
%
% OUTPUTS:
% ppx = quintic spline for x(t)
% ppv = quartic spline for v(t) (derivative of x(t))
% ppv = cubic spline for a(t) (derivative of v(t))
%
Cite As
Matthew Kelly (2026). pwqh(t,x,v,a) (https://uk.mathworks.com/matlabcentral/fileexchange/61822-pwqh-t-x-v-a), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (3.15 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
