linregca
버전 1.0.0.1 (1.92 KB) 작성자:
Micke Malmström
Calculates the least square linear regression of all separate lines in current axes
[a,pl,Rsq]=linregca(LineNo,ha) Calculates the linear regression of all lines separately in current axes
LineNo - if only a specific Line number should be processed (otherwise all lines are processed) Be ware! The first plotted line is LineNo=1, and last plotted line is the number "end"
ha - axis handle to a specific axes (default is current axis)
a - contains the regression results where the linreg-Yvalue = [1 Xvalue]*a(:,LineNo)
pl - are the new plotted lines handles
Rsq - contains the R^2 values of the fit
인용 양식
Micke Malmström (2024). linregca (https://www.mathworks.com/matlabcentral/fileexchange/157936-linregca), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R2023b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux태그
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!