Models based on singular value decomposion
Show older comments
Hi
Im new in matlab and im trying to write a code that can creat models based on svd with 100 * 10 matrix of dataset to estimate values that user wants.
So is it possible in matlab and how should i start?
Dataset is in excel file, how can i use that data in matlab?
thanks
1 Comment
John D'Errico
on 11 Aug 2020
Edited: John D'Errico
on 11 Aug 2020
What models based on the SVD are you thinking of? I can think of several ways to use the SVD.
An SVD is a tool of linear algebra. It is not a "modeling" tool, although there are modeling methods that have been known to use the SVD. You can solve those same problems without ever touching an SVD too.
So if you want to do something, you first need to describe what you want to model. You need to explain the model itself, and THEN you can worry about whether the SVD makes sense in context.
Accepted Answer
More Answers (0)
Categories
Find more on Linear Algebra in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!