Does the built in function singular value decomposition (svd) do the correlation matrix for you?

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?

 채택된 답변

John D'Errico
John D'Errico 2023년 2월 4일
편집: John D'Errico 2023년 2월 4일
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개)

카테고리

도움말 센터File Exchange에서 Linear Algebra에 대해 자세히 알아보기

제품

릴리스

R2022b

태그

Community Treasure Hunt

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

Start Hunting!

Translated by