data fitting that output eigenvalues and eigenvectors of the data
1 次查看(过去 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!