data fitting that output eigenvalues and eigenvectors of the data
조회 수: 2 (최근 30일)
이전 댓글 표시
Hello,
I have the follwing data points constituting three curves.
Is there any MATLAB function that perform regression over these points and output the eigenvectors and eigenvalues and their weights for each curve?
댓글 수: 0
답변 (1개)
KSSV
2020년 2월 7일
You can do regression, check the function https://in.mathworks.com/help/deeplearning/ref/regression.html.
Note that eigenvalues and eigenvectors are for a matrix. Read about eig for this.
참고 항목
카테고리
Help Center 및 File Exchange에서 Interpolation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!