ppDer(pp)

버전 1.1.0.0 (1.27 KB) 작성자: Matthew Kelly
Computes the time-derivative of a piecewise-polynomial spline
다운로드 수: 187
업데이트 날짜: 2017/2/24

라이선스 보기

% 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 CenterMATLAB Answers에서 Splines에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
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