ppDer(pp)
バージョン 1.1.0.0 (1.27 KB) 作成者:
Matthew Kelly
Computes the time-derivative of a piecewise-polynomial spline
% 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
%
引用
Matthew Kelly (2024). ppDer(pp) (https://www.mathworks.com/matlabcentral/fileexchange/58298-ppder-pp), MATLAB Central File Exchange. に取得済み.
MATLAB リリースの互換性
作成:
R2012a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxカテゴリ
Help Center および MATLAB Answers で Splines についてさらに検索
タグ
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!