data fitting that output eigenvalues and eigenvectors of the data
3 ビュー (過去 30 日間)
古いコメントを表示
Hello,
I have the follwing data points constituting three curves.
![Screen Shot 2020-02-06 at 9.23.23 PM.png](https://www.mathworks.com/matlabcentral/answers/uploaded_files/270345/Screen%20Shot%202020-02-06%20at%209.23.23%20PM.png)
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!