svd
📝 Syntax
📥 Input argument
📤 Output argument
📄 Description
💡 Example
🔗 See also
🕔 History
Version
📄 Description
Last updated
Last updated
X = eye(3, 3);
s = svd(X)
[U, S, V] = svd(X)