ppDer(pp)

Computes the time-derivative of a piecewise-polynomial spline
184 descargas
Actualizado 24 feb 2017

Ver licencia

% dpp = ppDer(pp)
%
% Computes the time-derivative of piece-wise polynomial (PP) struct
%
% INPUTS:
% pp = a PP struct containing a trajectory of interest
%
% OUTPUTS:
% dpp = a new PP struct that is the time-derivative of pp
%
% NOTES:
% --> a pp struct is typically created by matlab functions such as
% spline, pchip, or pwch and evaluated using ppval.
% --> Call this function without arguments to run a test case
%

Citar como

Matthew Kelly (2024). ppDer(pp) (https://www.mathworks.com/matlabcentral/fileexchange/58298-ppder-pp), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2012a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Splines en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.1.0.0

Fixed the formatting of the pp-struct to be the same as is generated by built-in matlab functions.

1.0.0.0