width
📝 Syntax
📥 Input argument
📤 Output argument
📄 Description
💡 Example
T = table();
width(T)
C = {'John', 28, true; 'Alice', 35, false; 'Bob', 42, true};
T = cell2table(C);
width(T)
🔗 See also
🕔 History
Version
📄 Description
Last updated