strcmp
📝 Syntax
📥 Input argument
📤 Output argument
📄 Description
💡 Example
strcmp('Nelson', 'nelSon')
strcmp('Nelson', 'Nelson')
A = {'Nel', 'son'; 'Toolboxes', 'Modules'}
B = {'Handle', 'Struct'; 'Toolboxes', 'Modules'}
C = {'C', 'Contents'; 'Nel', 'son'}
strcmp(A, B)
strcmp(A, C)
strcmp(C, 'C')
🔗 See also
🕔 History
Version
📄 Description
Last updated