Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
% 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
%
Citation pour cette source
Matthew Kelly (2026). ppDer(pp) (https://fr.mathworks.com/matlabcentral/fileexchange/58298-ppder-pp), MATLAB Central File Exchange. Extrait(e) le .
Informations générales
- Version 1.1.0.0 (1,27 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 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 |
