struct2cell
📝 Syntax
📥 Input argument
📤 Output argument
📄 Description
💡 Example
names = {'Pierre', 'Anna', 'Roberto'}
values = {45, 42, 13}
st = struct ('name', names, 'age', values);
ce = struct2cell(st)🔗 See also
🕔 History
Version
📄 Description
Last updated