data fitting that output eigenvalues and eigenvectors of the data

3 vues (au cours des 30 derniers jours)
Romio
Romio le 7 Fév 2020
Modifié(e) : Romio le 7 Fév 2020
Hello,
I have the follwing data points constituting three curves.
Screen Shot 2020-02-06 at 9.23.23 PM.png
Is there any MATLAB function that perform regression over these points and output the eigenvectors and eigenvalues and their weights for each curve?

Réponses (1)

KSSV
KSSV le 7 Fév 2020
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.
  1 commentaire
Romio
Romio le 7 Fév 2020
Modifié(e) : Romio le 7 Fév 2020
Thanks for your answer! I guess I did not phrase my question correctly.
I want to fit the curves in an equation of the form so that if I plot it I get the same curves in the figure. The eignevalues are the lamdas, the eigenvectors are An, and a_n is constant.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Linear and Nonlinear Regression dans Help Center et File Exchange

Produits


Version

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by