diffCenterVar

버전 1.0.0.0 (2.66 KB) 작성자: Matthew Kelly
1st and 2nd derivatives, non-uniform time grid, second-order method
다운로드 수: 206
업데이트 날짜: 2016/7/19

라이선스 보기

% [dx, ddx] = diffCenterVar(t,x);
%
% Computes first and second derivatives of x(t)
% --> Second-order accurate
% --> Works for non-uniform grid
%
% INPUTS:
% t = [1,m] = time grid
% x = [n,m] = function values for each point on the grid
%
% OUTPUTS:
% dx = [n,m] = first derivative of x
% ddx = [n,m] = second derivative of x
%
% NOTES:
% This function works by locally fitting a quadratic curve between each
% set of three points. See Derive_Eqns.m for details.
%

인용 양식

Matthew Kelly (2025). diffCenterVar (https://kr.mathworks.com/matlabcentral/fileexchange/58287-diffcentervar), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2012a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Least Squares에 대해 자세히 알아보기
도움

도움 받은 파일: diffCenter

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0