cell
📝 Syntax
📥 Input argument
📤 Output argument
📄 Description
💡 Examples
🔗 See also
🕔 History
Version
📄 Description
Last updated
Last updated
A = eye(2, 4);
sz = size(A)
C = cell(sz)A = ["Nel", "son"; "open", "source"];
C = cell(A)