fitExponential.m

버전 1.0.0.0 (1.48 KB) 작성자: Jing Chen
Fitting with single exponential curve in the form of: yFit = yInf + (y0-yInf) * exp(-k*(x-x0))
다운로드 수: 1.1K
업데이트 날짜: 2012/6/26

라이선스 보기

% FITEXPONENTIAL fits a time series to a single exponential curve
% [k, yInf, y0] = fitExponential(x, y)
%
% The fitted curve reads: yFit = yInf + (y0-yInf) * exp(-k*(x-x0)).
% Here yInf is the fitted steady state value, y0 is the fitted initial
% value, and k is the fitted rate constant for the decay. Least mean square
% fit is used in the estimation of the parameters.
%
% Outputs:
% * k: Relaxation rate
% * yInf: Final steady state
% * y0: Initial state
% * yFit: Fitted time series
%
% Last modified on 06/26/2012
% by Jing Chen

인용 양식

Jing Chen (2025). fitExponential.m (https://kr.mathworks.com/matlabcentral/fileexchange/37321-fitexponential-m), MATLAB Central File Exchange. 검색 날짜: .

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

Community Treasure Hunt

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

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