string
📝 Syntax
📥 Input argument
📤 Output argument
📄 Description
💡 Examples
R = string({'these', 'are'; 'test', 'strings'})
R2 = ["these", "are"; "test", "strings"];M = [ 104 101 108 108 111;
20320 22909 32 32 32];
R = string(M)
D = double(R)🔗 See also
🕔 History
Version
📄 Description
Last updated