Does the built in function singular value decomposition (svd) do the correlation matrix for you?
3 views (last 30 days)
Show older comments
Blakeley Ficenec
on 4 Feb 2023
Edited: John D'Errico
on 4 Feb 2023
I am doing some research on proper orthogonal decomposition using the snapshot method where I use svd. I am wondering if this function already does the correlation matrix for you or would I need to do that before I use svd?
0 Comments
Accepted Answer
John D'Errico
on 4 Feb 2023
Edited: John D'Errico
on 4 Feb 2023
The SVD does NOT perform the re-scaling involved in a correlation matrix. It just uses the array you give it, with no preemptive scaling done at all. If you want that, you need to scale your data in advance.
0 Comments
More Answers (0)
See Also
Categories
Find more on Mathematics and Optimization 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!