data fitting that output eigenvalues and eigenvectors of the data
Afficher commentaires plus anciens
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?
Réponses (1)
KSSV
le 7 Fév 2020
0 votes
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
Catégories
En savoir plus sur Descriptive Statistics dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!