Polar decomposition
Version 1.1.0.0 (1.08 KB) by
Zoltán Csáti
Perform the polar decomposition of a regular square matrix
[R U V] = POLDECOMP(F) factorizes a non-singular square matrix F such that F=R*U and F=V*R, where U and V are symmetric positive definite matrices and R is a rotational matrix.
Cite As
Zoltán Csáti (2024). Polar decomposition (https://www.mathworks.com/matlabcentral/fileexchange/48735-polar-decomposition), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2011a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Graphics > 2-D and 3-D Plots > Polar Plots >
Find more on Polar Plots in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.