cat
📝 Syntax
📥 Input argument
📤 Output argument
📄 Description
💡 Example
🔗 See also
🕔 History
Version
📄 Description
Last updated
Last updated
A = eye(2, 2);
B = ones(2, 2);
C = cat(2, A, B)